Commit 4e09692d by Benjamin Kosnik Committed by Benjamin Kosnik

functions.h: Use cstddef.

2007-03-03  Benjamin Kosnik  <bkoz@redhat.com>

	* include/debug/functions.h: Use cstddef.
	
	* testsuite/tr1/3_function_objects/headers/functional/
	using_namespace_std_tr1_placeholders.cc: Fix include.

From-SVN: r122506
parent 4606b05c
2007-03-03 Benjamin Kosnik <bkoz@redhat.com> 2007-03-03 Benjamin Kosnik <bkoz@redhat.com>
* include/debug/functions.h: Use cstddef.
* testsuite/tr1/3_function_objects/headers/functional/
using_namespace_std_tr1_placeholders.cc: Fix include.
2007-03-03 Benjamin Kosnik <bkoz@redhat.com>
* crossconfig.m4 (djgpp): Correct builtin defines to HAVE___, * crossconfig.m4 (djgpp): Correct builtin defines to HAVE___,
instead of HAVE____. instead of HAVE____.
* configure: Regenerate. * configure: Regenerate.
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#define _GLIBCXX_DEBUG_FUNCTIONS_H 1 #define _GLIBCXX_DEBUG_FUNCTIONS_H 1
#include <bits/c++config.h> #include <bits/c++config.h>
#include <stddef.h> // for ptrdiff_t #include <cstddef> // for ptrdiff_t
#include <bits/stl_iterator_base_types.h> // for iterator_traits, categories #include <bits/stl_iterator_base_types.h> // for iterator_traits, categories
#include <bits/cpp_type_traits.h> // for __is_integer #include <bits/cpp_type_traits.h> // for __is_integer
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA. // USA.
#include <tr1/tuple> #include <tr1/functional>
namespace gnu namespace gnu
{ {
......
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