mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
apply SunOS patch
[SVN r20793]
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
|
||||
#if defined(__GNUC__) && (__GNUC__ < 3 || __GNUC__ == 3 && __GNUC_MINOR__ <= 2 \
|
||||
|| !defined(BOOST_STRICT_CONFIG)) \
|
||||
|| defined(__BORLANDC__) && (__BORLANDC__ <= 0x561 || !defined(BOOST_STRICT_CONFIG))
|
||||
|| defined(__BORLANDC__) && (__BORLANDC__ <= 0x561 || !defined(BOOST_STRICT_CONFIG)) \
|
||||
|| defined(__SUNPRO_CC)
|
||||
|
||||
namespace boost { namespace mpl { namespace aux {
|
||||
|
||||
|
Reference in New Issue
Block a user