forked from boostorg/type_traits
Patch for pathological case submitted by Vladimir Plus.
[SVN r30624]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user