From: Ed Smith-Rowland <3dw4rd@verizon.net> Date: Wed, 20 Jul 2011 15:45:55 +0000 (+0000) Subject: stdc++.h: Add scoped_allocator. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7715bf1b5bf9ae6e625b4714b136958cebf50270;p=gcc.git stdc++.h: Add scoped_allocator. 2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net> * include/precompiled/stdc++.h: Add scoped_allocator. From-SVN: r176520 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d5b759819bb..7522ba8a27c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net> + + * include/precompiled/stdc++.h: Add scoped_allocator. + 2011-07-20 Benjamin Kosnik * include/std/bitset (operator[]): Make constexpr. diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index 510a6552f52..b0c93cabe31 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling -*- C++ -*- -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -106,6 +106,7 @@ #include #include #include +#include #include #include #include