Skip to content

Commit

Permalink
Merge pull request #1049 from leapmotion/fix-unknown-compiler
Browse files Browse the repository at this point in the history
Fix "Unknown compiler version" warnings on MSVC
  • Loading branch information
Jimmy He committed Feb 22, 2018
2 parents a2aa774 + affffdb commit 74760e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contrib/autoboost/autoboost/config/compiler/visualc.hpp
Expand Up @@ -288,11 +288,4 @@
#endif

//
// last known and checked version is 19.00.23026 (VC++ 2015 RTM):
#if (_MSC_VER > 1900)
# if defined(AUTOBOOST_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
// last known and checked version is VC++ 2017 Version 15.6.0 Preview 5.0 (1913)

0 comments on commit 74760e7

Please sign in to comment.