mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-01 16:34:06 +08:00
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
This commit is contained in:
parent
4606b05cd7
commit
4e09692de3
@ -1,3 +1,10 @@
|
||||
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___,
|
||||
|
@ -36,7 +36,7 @@
|
||||
#define _GLIBCXX_DEBUG_FUNCTIONS_H 1
|
||||
|
||||
#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/cpp_type_traits.h> // for __is_integer
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
||||
// USA.
|
||||
|
||||
#include <tr1/tuple>
|
||||
#include <tr1/functional>
|
||||
|
||||
namespace gnu
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user