2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00

avoid multi line #if ||

This commit is contained in:
Michael Stevens
2005-01-07 18:30:30 +00:00
parent 66d61b4d54
commit 8fc01fb564

View File

@@ -164,10 +164,7 @@ namespace std {
// Detect other compilers with serious defects
#if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING)
|| defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)
|| defined(BOOST_NO_SFINAE)
|| defined(BOOST_NO_STDC_NAMESPACE)
#if defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING) || defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) || defined(BOOST_NO_SFINAE) || defined(BOOST_NO_STDC_NAMESPACE)
#define BOOST_UBLAS_UNSUPPORTED_COMPILER
#endif