OSDN Git Service

2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jul 2011 15:45:55 +0000 (15:45 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Jul 2011 15:45:55 +0000 (15:45 +0000)
* include/precompiled/stdc++.h: Add scoped_allocator.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176520 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d5b7598..7522ba8 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 510a655..b0c93ca 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>