summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/c++config
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-10 22:40:53 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-10 22:40:53 +0000
commitc3a3727c7af6af93f8b2505350afe1ef86ec305a (patch)
tree206f6a898f14be4347844c3a052eb119e56eae1e /libstdc++-v3/include/bits/c++config
parent75776d0d344be24d4d48b6f73716865c92fa4a51 (diff)
downloadppe42-gcc-c3a3727c7af6af93f8b2505350afe1ef86ec305a.tar.gz
ppe42-gcc-c3a3727c7af6af93f8b2505350afe1ef86ec305a.zip
2011-02-10 Jonathan Wakely <jwakely.gcc@gmail.com>
PR libstdc++/47662 * include/bits/c++config: Do not use alternative token. * testsuite/17_intro/headers/c++1998/operator_names.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170026 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/c++config')
-rw-r--r--libstdc++-v3/include/bits/c++config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 1d46c132e95..bab2b87ac81 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -263,7 +263,7 @@ namespace std
// _GLIBCXX_END_NAMESPACE_ALGO
// _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
// _GLIBCXX_END_NAMESPACE_CONTAINER
-#if defined(_GLIBCXX_DEBUG) or defined(_GLIBCXX_PROFILE)
+#if defined(_GLIBCXX_DEBUG) || defined(_GLIBCXX_PROFILE)
# define _GLIBCXX_STD_C __cxx1998
# define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER \
namespace _GLIBCXX_STD_C { _GLIBCXX_BEGIN_NAMESPACE_VERSION
OpenPOWER on IntegriCloud