Update of /cvsroot/boost/boost/boost/function_types/config
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22739
Modified Files:
compiler.hpp
Log Message:
improves warning message (mentions library and macro to suppress it)
Index: compiler.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/function_types/config/compiler.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- compiler.hpp 15 Feb 2007 22:28:27 -0000 1.1
+++ compiler.hpp 21 Jul 2007 15:26:41 -0000 1.2
@@ -33,10 +33,12 @@
// version 7.1 is missing a keyword to specify the thiscall cc ...
# ifndef BOOST_FT_CC_IMPLICIT_THISCALL
# define BOOST_FT_CC_IMPLICIT_THISCALL
non_variadic|member|callable_builtin
-# ifndef BOOST_FT_CONFIGURATION_OK
-# pragma message("ATTENTION: /Gd /Gr /Gz compiler options will not")
-# pragma message("ATTENTION: work with this configuration.")
- // TODO: add documentation reference
+# ifndef BOOST_FT_CONFIG_OK
+# pragma message("INFO| /Gd /Gr /Gz will compiler options will cause")
+# pragma message("INFO| a compile error.")
+# pragma message("INFO| Reconfigure Boost.FunctionTypes in this case.")
+# pragma message("INFO| This message can be suppressed by defining")
+# pragma message("INFO| BOOST_FT_CONFIG_OK.")
# endif
# endif
# else
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs