Enable support for version 12.1.

[SVN r82710]
This commit is contained in:
K. Noel Belcourt
2013-02-04 05:19:41 +00:00
parent 55fa3a8e88
commit 2b85686b48

View File

@ -53,8 +53,8 @@
#error "Compiler not supported or configured - please reconfigure"
#endif
//
// last known and checked version is 1110:
#if (__IBMCPP__ > 1110)
// last known and checked version is 1210:
#if (__IBMCPP__ > 1210)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# endif