Boost logo

Boost-Commit :

From: tschwinger_at_[hidden]
Date: 2007-12-05 05:24:22


Author: t_schwinger
Date: 2007-12-05 05:24:21 EST (Wed, 05 Dec 2007)
New Revision: 41739
URL: http://svn.boost.org/trac/boost/changeset/41739

Log:
clarifies #error message

Text files modified:
   trunk/libs/function_types/test/custom_ccs/member_ccs.cpp | 2 +-
   trunk/libs/function_types/test/custom_ccs/member_ccs_exact.cpp | 2 +-
   trunk/libs/function_types/test/custom_ccs/nonmember_ccs.cpp | 2 +-
   trunk/libs/function_types/test/custom_ccs/nonmember_ccs_exact.cpp | 2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/libs/function_types/test/custom_ccs/member_ccs.cpp
==============================================================================
--- trunk/libs/function_types/test/custom_ccs/member_ccs.cpp (original)
+++ trunk/libs/function_types/test/custom_ccs/member_ccs.cpp 2007-12-05 05:24:21 EST (Wed, 05 Dec 2007)
@@ -14,7 +14,7 @@
 #include <boost/function_types/is_callable_builtin.hpp>
 
 #ifndef BOOST_FT_CC_STDCALL
-# error "test not supported with this compiler"
+# error "test not supported with this compiler/platform"
 #endif
 
 namespace ft = boost::function_types;

Modified: trunk/libs/function_types/test/custom_ccs/member_ccs_exact.cpp
==============================================================================
--- trunk/libs/function_types/test/custom_ccs/member_ccs_exact.cpp (original)
+++ trunk/libs/function_types/test/custom_ccs/member_ccs_exact.cpp 2007-12-05 05:24:21 EST (Wed, 05 Dec 2007)
@@ -14,7 +14,7 @@
 #include <boost/function_types/is_callable_builtin.hpp>
 
 #ifndef BOOST_FT_CC_STDCALL
-# error "test not supported with this compiler"
+# error "test not supported with this compiler/platform"
 #endif
 
 namespace ft = boost::function_types;

Modified: trunk/libs/function_types/test/custom_ccs/nonmember_ccs.cpp
==============================================================================
--- trunk/libs/function_types/test/custom_ccs/nonmember_ccs.cpp (original)
+++ trunk/libs/function_types/test/custom_ccs/nonmember_ccs.cpp 2007-12-05 05:24:21 EST (Wed, 05 Dec 2007)
@@ -16,7 +16,7 @@
 #include <boost/function_types/is_callable_builtin.hpp>
 
 #ifndef BOOST_FT_CC_STDCALL
-# error "test not supported with this compiler"
+# error "test not supported with this compiler/platform"
 #endif
 
 namespace ft = boost::function_types;

Modified: trunk/libs/function_types/test/custom_ccs/nonmember_ccs_exact.cpp
==============================================================================
--- trunk/libs/function_types/test/custom_ccs/nonmember_ccs_exact.cpp (original)
+++ trunk/libs/function_types/test/custom_ccs/nonmember_ccs_exact.cpp 2007-12-05 05:24:21 EST (Wed, 05 Dec 2007)
@@ -16,7 +16,7 @@
 #include <boost/function_types/is_callable_builtin.hpp>
 
 #ifndef BOOST_FT_CC_STDCALL
-# error "test not supported with this compiler"
+# error "test not supported with this compiler/platform"
 #endif
 
 namespace ft = boost::function_types;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk