functional: Add missing #pragma GCC system_header.
2005-10-15 Paolo Carlini <pcarlini@suse.de> * include/tr1/functional: Add missing #pragma GCC system_header. From-SVN: r105444
This commit is contained in:
parent
550d1bf420
commit
48c410a254
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
#ifndef _TR1_FUNCTIONAL
|
||||
#define _TR1_FUNCTIONAL 1
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
#include "../functional"
|
||||
#include <typeinfo>
|
||||
#include <tr1/type_traits>
|
||||
|
|
Loading…
Add table
Reference in a new issue