2005-10-15 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Oct 2005 19:46:58 +0000 (19:46 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 15 Oct 2005 19:46:58 +0000 (19:46 +0000)
* include/tr1/functional: Add missing #pragma GCC system_header.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105444 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 257e728..b316543 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 76eb87a..905e6cb 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>