diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-01-25 09:38:15 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-01-25 09:38:15 +0000 |
commit | 23af52ec63eee986a49391fb0d1967d2c696fe38 (patch) | |
tree | 9ac6c728ab785b6db93f98442ff1856439bb953e /lib/gnutlsxx.cpp | |
parent | 8223c1d011896250497ca0386241196e0f764f07 (diff) | |
download | gnutls-23af52ec63eee986a49391fb0d1967d2c696fe38.tar.gz |
Add comment to describe C++ compiler bug problem.
Diffstat (limited to 'lib/gnutlsxx.cpp')
-rw-r--r-- | lib/gnutlsxx.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutlsxx.cpp b/lib/gnutlsxx.cpp index e485bd05d2..b350c050ab 100644 --- a/lib/gnutlsxx.cpp +++ b/lib/gnutlsxx.cpp @@ -823,6 +823,9 @@ credentials::credentials(gnutls_credentials_type_t t) : type(t) } #if !(defined(__APPLE__) || defined(__MACOS__)) +/* FIXME: This #if is due to a compile bug in Mac OS X. Give it some + time and then remove this cruft. See also + includes/gnutls/gnutlsxx.h. */ credentials::credentials( credentials& c) { this->type = c.type; |