Commit 7715bf1b by Ed Smith-Rowland Committed by Paolo Carlini

stdc++.h: Add scoped_allocator.

2011-07-20  Ed Smith-Rowland  <3dw4rd@verizon.net>

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

From-SVN: r176520
parent 07be6120
2011-07-20 Ed Smith-Rowland <3dw4rd@verizon.net>
* include/precompiled/stdc++.h: Add scoped_allocator.
2011-07-20 Benjamin Kosnik <bkoz@redhat.com> 2011-07-20 Benjamin Kosnik <bkoz@redhat.com>
* include/std/bitset (operator[]): Make constexpr. * include/std/bitset (operator[]): Make constexpr.
......
// C++ includes used for precompiling -*- C++ -*- // 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. // Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
...@@ -106,6 +106,7 @@ ...@@ -106,6 +106,7 @@
#include <random> #include <random>
#include <ratio> #include <ratio>
#include <regex> #include <regex>
#include <scoped_allocator>
#include <system_error> #include <system_error>
#include <thread> #include <thread>
#include <tuple> #include <tuple>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment