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 /includes | |
parent | 8223c1d011896250497ca0386241196e0f764f07 (diff) | |
download | gnutls-23af52ec63eee986a49391fb0d1967d2c696fe38.tar.gz |
Add comment to describe C++ compiler bug problem.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/gnutlsxx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/gnutls/gnutlsxx.h b/includes/gnutls/gnutlsxx.h index f0f6d3f622..555900a4d8 100644 --- a/includes/gnutls/gnutlsxx.h +++ b/includes/gnutls/gnutlsxx.h @@ -234,6 +234,9 @@ class credentials public: credentials(gnutls_credentials_type_t 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 + lib/gnutlsxx.cpp. */ credentials( credentials& c) { type = c.type; set_ptr( c.ptr()); |