-Wundef fixes.

[SVN r18788]
This commit is contained in:
Peter Dimov
2003-06-12 17:09:24 +00:00
parent 11cddbbb45
commit 889cb6bee6
15 changed files with 23 additions and 31 deletions

View File

@ -95,7 +95,7 @@ public:
// implicit conversion to "bool"
#if BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530)
#if defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x530)
operator bool () const
{