Commit 48c410a2 by Paolo Carlini Committed by Paolo Carlini

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
parent 550d1bf4
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>
......
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