Skip to content

Commit 74760e7

Browse files
author
Jimmy He
authored
Merge pull request #1049 from leapmotion/fix-unknown-compiler
Fix "Unknown compiler version" warnings on MSVC
2 parents a2aa774 + affffdb commit 74760e7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

contrib/autoboost/autoboost/config/compiler/visualc.hpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,4 @@
288288
#endif
289289

290290
//
291-
// last known and checked version is 19.00.23026 (VC++ 2015 RTM):
292-
#if (_MSC_VER > 1900)
293-
# if defined(AUTOBOOST_ASSERT_CONFIG)
294-
# error "Unknown compiler version - please run the configure tests and report the results"
295-
# else
296-
# pragma message("Unknown compiler version - please run the configure tests and report the results")
297-
# endif
298-
#endif
291+
// last known and checked version is VC++ 2017 Version 15.6.0 Preview 5.0 (1913)

0 commit comments

Comments
 (0)