diff options
author | Andreas Beckmann <gcc@abeckmann.de> | 2008-07-10 00:05:27 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2008-07-10 00:05:27 +0000 |
commit | c174eba24ab70a0aed9dba64a9aa473294e6e18b (patch) | |
tree | 0074150793a1399ddee03f96734dfb86c475f3c0 | |
parent | 62d33f082781789de7f217567eff3e1b436ab7d1 (diff) | |
download | gcc-c174eba24ab70a0aed9dba64a9aa473294e6e18b.zip gcc-c174eba24ab70a0aed9dba64a9aa473294e6e18b.tar.gz gcc-c174eba24ab70a0aed9dba64a9aa473294e6e18b.tar.bz2 |
re PR libstdc++/36552 (includes itself: ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp)
2008-07-09 Andreas Beckmann <gcc@abeckmann.de>
PR libstdc++/36552
* include/ext/pb_ds/detail/left_child_next_sibling_heap_/
null_metadata.hpp: Remove self-include.
From-SVN: r137677
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2a31956..41acdb5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2008-07-09 Andreas Beckmann <gcc@abeckmann.de> + + PR libstdc++/36552 + * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ + null_metadata.hpp: Remove self-include. + 2008-07-09 Joseph Myers <joseph@codesourcery.com> * testsuite/20_util/make_signed/requirements/typedefs-2.cc, diff --git a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp index 290745e..fedbf03 100644 --- a/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp +++ b/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2005, 2006 Free Software Foundation, Inc. +// Copyright (C) 2005, 2006, 2008 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the terms @@ -47,8 +47,6 @@ #ifndef PB_DS_LEFT_CHILD_NEXT_SIBLING_HEAP_NULL_METADATA_HPP #define PB_DS_LEFT_CHILD_NEXT_SIBLING_HEAP_NULL_METADATA_HPP -#include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp> - namespace __gnu_pbds { namespace detail |