r236211 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Fri May 13 14:47:00 GMT 2016
Author: redi
Date: Fri May 13 14:47:46 2016
New Revision: 236211
URL: https://gcc.gnu.org/viewcvs?rev=236211&root=gcc&view=rev
Log:
libstdc++/71073 add system_header pragma to Debug Mode headers
PR libstdc++/71073
* include/debug/bitset: Add #pragma GCC system_header.
* include/debug/deque: Likewise.
* include/debug/list: Likewise.
* include/debug/map: Likewise.
* include/debug/set: Likewise.
* include/debug/string: Likewise.
* include/debug/unordered_map: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/vector: Likewise.
* include/debug/functions.h: Adjust whitespace.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/debug/bitset
trunk/libstdc++-v3/include/debug/deque
trunk/libstdc++-v3/include/debug/functions.h
trunk/libstdc++-v3/include/debug/list
trunk/libstdc++-v3/include/debug/map
trunk/libstdc++-v3/include/debug/set
trunk/libstdc++-v3/include/debug/string
trunk/libstdc++-v3/include/debug/unordered_map
trunk/libstdc++-v3/include/debug/unordered_set
trunk/libstdc++-v3/include/debug/vector
More information about the Gcc-cvs
mailing list