]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/config/compiler/codegear.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / config / compiler / codegear.hpp
index c2cfe15c649651e00626e8a6da804b06a70ee745..52531d2f08c7e26597fede1644675f2b72925d9b 100644 (file)
@@ -22,9 +22,9 @@
 // last known and checked version is 0x621
 #if (__CODEGEARC__ > 0x621)
 #  if defined(BOOST_ASSERT_CONFIG)
-#     error "Unknown compiler version - please run the configure tests and report the results"
+#     error "boost: 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")
+#     pragma message( "boost: Unknown compiler version - please run the configure tests and report the results")
 #  endif
 #endif