Patch for pathological case submitted by Vladimir Plus.

[SVN r30624]
This commit is contained in:
John Maddock
2005-08-22 11:07:37 +00:00
parent d83e054d04
commit e8f1b067e4

View File

@@ -19,7 +19,7 @@
// implementation helper:
#if !(BOOST_WORKAROUND(__GNUC__,== 3) && (__GNUC_MINOR__ <= 2))
#if !(BOOST_WORKAROUND(__GNUC__,== 3) && BOOST_WORKAROUND(__GNUC_MINOR__, <= 2))
namespace boost {
namespace detail {
#else