Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit ced612c

Browse files
committed
Boost compiler version patch - doesn't do much here, binaries compiled with it so no more unknown compiler messages
1 parent b373409 commit ced612c

File tree

1 file changed

+1
-1
lines changed
  • external/include/boost-1_55_0/boost/config/compiler

1 file changed

+1
-1
lines changed

external/include/boost-1_55_0/boost/config/compiler/visualc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267

268268
//
269269
// last known and checked version is 18.00.20827.3 (VC12 RC, aka 2013 RC):
270-
#if (_MSC_VER > 1800 && _MSC_FULL_VER > 180020827)
270+
#if (_MSC_VER > 1924 && _MSC_FULL_VER > 192428316)
271271
# if defined(BOOST_ASSERT_CONFIG)
272272
# error "Unknown compiler version - please run the configure tests and report the results"
273273
# else

0 commit comments

Comments
 (0)