System : Remove warning from header file in boost subset

This commit is contained in:
Magne Sjaastad
2018-11-14 15:27:48 +01:00
parent 5bdba24148
commit 9589d0fbb7

View File

@@ -286,12 +286,3 @@
# define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION)
#endif
//
// last known and checked version is 19.00.23026 (VC++ 2015 RTM):
#if (_MSC_VER > 1900)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else
# pragma message("Unknown compiler version - please run the configure tests and report the results")
# endif
#endif