stdc++.h: Add scoped_allocator.
authorEd Smith-Rowland <3dw4rd@verizon.net>
Wed, 20 Jul 2011 15:45:55 +0000 (15:45 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 20 Jul 2011 15:45:55 +0000 (15:45 +0000)
2011-07-20  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/precompiled/stdc++.h: Add scoped_allocator.

From-SVN: r176520

libstdc++-v3/ChangeLog
libstdc++-v3/include/precompiled/stdc++.h

index d5b759819bbd9a61d4f31f690a62ba72c031c052..7522ba8a27c27f341736f4b5faf2e5529bef4b24 100644 (file)
@@ -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  <bkoz@redhat.com>
 
        * include/std/bitset (operator[]): Make constexpr.
index 510a6552f52d9fd0d52715d7f76c4e0ffabef219..b0c93cabe31c0eb357dc6fe0c0055b7bbf61f51a 100644 (file)
@@ -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
 #include <random>
 #include <ratio>
 #include <regex>
+#include <scoped_allocator>
 #include <system_error>
 #include <thread>
 #include <tuple>