* include/bits/c++config: Fix abi_tag in special modes.
From-SVN: r226022
This commit is contained in:
parent
73c581fbd1
commit
3a353ff584
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue