Commit 1c7c97cc by Gabriel Dos Reis Committed by Gabriel Dos Reis

std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR...

        * include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
        not _DEFINE_VALARRAY_OPERATOR which is not existent.

From-SVN: r39592
parent 169ef01c
2001-02-11 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* include/bits/std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR,
not _DEFINE_VALARRAY_OPERATOR which is not existent.
* include/bits/valarray_meta.h (_RefFunClos<>_RefRunClos): Fix
thinko in member initialisation.
......
......@@ -722,7 +722,7 @@ _DEFINE_LOGICAL_OPERATOR(>, greater)
_DEFINE_LOGICAL_OPERATOR(<=, less_equal)
_DEFINE_LOGICAL_OPERATOR(>=, greater_equal)
#undef _DEFINE_VALARRAY_OPERATOR
#undef _DEFINE_LOGICAL_OPERATOR
} // namespace std
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment