]> gcc.gnu.org Git - gcc.git/commitdiff
functional: Add missing #pragma GCC system_header.
authorPaolo Carlini <pcarlini@suse.de>
Sat, 15 Oct 2005 19:46:58 +0000 (19:46 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 15 Oct 2005 19:46:58 +0000 (19:46 +0000)
2005-10-15  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/functional: Add missing #pragma GCC system_header.

From-SVN: r105444

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/functional

index 257e72898401a2d9ecd86e1b13b219cbab245391..b316543c224c3dbb255ee42c188bc7658f3c7713 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-15  Paolo Carlini  <pcarlini@suse.de>
+
+       * include/tr1/functional: Add missing #pragma GCC system_header.
+
 2005-10-14  Paolo Carlini  <pcarlini@suse.de>
 
        * include/tr1/hashtable (hashtable::m_erase): Rename to erase_node.
index 76eb87a0bb5477dd46085c8d596ec26a0cd1fb0f..905e6cbfb2543547ab86bb903ba5fa83a03c4c7e 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef _TR1_FUNCTIONAL
 #define _TR1_FUNCTIONAL 1
 
+#pragma GCC system_header
+
 #include "../functional"
 #include <typeinfo>
 #include <tr1/type_traits>
This page took 0.07062 seconds and 5 git commands to generate.