* include/bits/c++config: Fix abi_tag in special modes.

From-SVN: r226022
This commit is contained in:
Jason Merrill 2015-07-20 18:39:54 -04:00 committed by Jason Merrill
parent 73c581fbd1
commit 3a353ff584
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-07-20 Jason Merrill <jason@redhat.com>
* include/bits/c++config: Fix abi_tag in special modes.
2015-07-19 Jonathan Wakely <jwakely@redhat.com>
* doc/xml/manual/status_cxx2017.xml: Fix URL for N4279.

View File

@ -296,7 +296,7 @@ namespace std
# endif
# if _GLIBCXX_USE_CXX11_ABI
inline namespace __cxx11 __attribute__((__abi_tag__)) { }
inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
# endif
}