Commit 3a353ff5 by Jason Merrill Committed by Jason Merrill

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

From-SVN: r226022
parent 73c581fb
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment