mirror of git://gcc.gnu.org/git/gcc.git
c++config: inline __cxx11 namespace within namespace __cxx1998.
2014-12-20 François Dumont <fdumont@gcc.gnu.org> * include/bits/c++config: inline __cxx11 namespace within namespace __cxx1998. From-SVN: r218988
This commit is contained in:
parent
42e99e70e6
commit
9836f82e7a
|
|
@ -1,3 +1,8 @@
|
||||||
|
2014-12-20 François Dumont <fdumont@gcc.gnu.org>
|
||||||
|
|
||||||
|
* include/bits/c++config: inline __cxx11 namespace within namespace
|
||||||
|
__cxx1998.
|
||||||
|
|
||||||
2014-12-20 Jonathan Wakely <jwakely@redhat.com>
|
2014-12-20 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
* src/c++98/locale-inst.cc (__add_grouping, __pad, __int_to_char):
|
* src/c++98/locale-inst.cc (__add_grouping, __pad, __int_to_char):
|
||||||
|
|
|
||||||
|
|
@ -280,6 +280,10 @@ namespace std
|
||||||
# if _GLIBCXX_INLINE_VERSION
|
# if _GLIBCXX_INLINE_VERSION
|
||||||
inline namespace __7 { }
|
inline namespace __7 { }
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if _GLIBCXX_USE_CXX11_ABI
|
||||||
|
inline namespace __cxx11 __attribute__((abi_tag)) { }
|
||||||
|
# endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inline namespace for debug mode.
|
// Inline namespace for debug mode.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue