Skip to content

Commit

Permalink
Don't print "Unknown compiler version - ..." with current MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lampe committed Oct 16, 2020
1 parent c23bb8a commit 7f94d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/config/compiler/visualc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190022310)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else
# elsif 0
# pragma message("Unknown compiler version - please run the configure tests and report the results")
# endif
#endif

0 comments on commit 7f94d3a

Please sign in to comment.