Improved error message for unknown compilers

[SVN r21336]
This commit is contained in:
John Maddock
2003-12-19 12:16:58 +00:00
parent 8dcb1c2f4e
commit a361db89ec

View File

@ -78,6 +78,6 @@
#elif defined (BOOST_ASSERT_CONFIG) #elif defined (BOOST_ASSERT_CONFIG)
// this must come last - generate an error if we don't // this must come last - generate an error if we don't
// recognise the compiler: // recognise the compiler:
# error "Unknown compiler - please configure and report the results to boost.org" # error "Unknown compiler - please configure (http://www.boost.org/libs/config/config.htm#configuring) and report the results to the main boost mailing list (http://www.boost.org/more/mailing_lists.htm#main)"
#endif #endif