diff options
Diffstat (limited to 'libstdc++-v3/include/bits/regex_nfa.tcc')
-rw-r--r-- | libstdc++-v3/include/bits/regex_nfa.tcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/regex_nfa.tcc b/libstdc++-v3/include/bits/regex_nfa.tcc index 2a1a4d07679..4a5d5ffd120 100644 --- a/libstdc++-v3/include/bits/regex_nfa.tcc +++ b/libstdc++-v3/include/bits/regex_nfa.tcc @@ -27,8 +27,8 @@ */ #include <regex> -namespace std -{ +_GLIBCXX_BEGIN_NAMESPACE(std) + namespace __regex { #ifdef _GLIBCXX_DEBUG @@ -166,5 +166,5 @@ _M_clone() { return 0; } } // namespace __regex -} // namespace std +_GLIBCXX_END_NAMESPACE |