|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r48765 - sandbox/boost/numeric/bindings/traits
From: thomas.klimpel_at_[hidden]
Date: 2008-09-13 03:30:45
Author: klimpel
Date: 2008-09-13 03:30:44 EDT (Sat, 13 Sep 2008)
New Revision: 48765
URL: http://svn.boost.org/trac/boost/changeset/48765
Log:
temporarily deactivated error message when compiler is not recognized, because the compiler checks are no longer in sync with "boost/config/select_compiler_config.hpp"
Text files modified:
sandbox/boost/numeric/bindings/traits/config.hpp | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/boost/numeric/bindings/traits/config.hpp
==============================================================================
--- sandbox/boost/numeric/bindings/traits/config.hpp (original)
+++ sandbox/boost/numeric/bindings/traits/config.hpp 2008-09-13 03:30:44 EDT (Sat, 13 Sep 2008)
@@ -32,7 +32,9 @@
#elif defined(__sgi)
#else
-#error bindings do not recognise compiler
+// temporarily deactivate error message,
+// because the checks above are no longer in sync with "boost/config/select_compiler_config.hpp"
+//#error bindings do not recognise compiler
#endif
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