clarifies #error message

[SVN r41739]
This commit is contained in:
Tobias Schwinger
2007-12-05 10:24:21 +00:00
parent 876fff56e7
commit b60bbe281f
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;