From c3d8729e5fd7bb66c398fd2512211e49f7ececbc Mon Sep 17 00:00:00 2001 From: bkoz Date: Mon, 10 Dec 2007 00:38:36 +0000 Subject: 2007-12-09 Benjamin Kosnik * docs/html/ext/howto.html: Update. * docs/html/ext/sgiexts.html: Same. * docs/html/ext/concurrence.html: New. Document extensions. * docs/html/17_intro/api.html: Move some bits... * docs/html/17_intro/backwards_compatibility.html: here. New. Add compatibility suggestions, move existing ones. * docs/html/17_intro/howto.html: Update info. * docs/html/18_support/howto.html: Tweak. * docs/html/faq/index.html: Update thread info. * docs/html/documentation.html: Add links. * docs/html/20_util/allocator.html: Update info. * include/precompiled/stdc++.h: Add C++0x includes if appropriate. * testsuite/17_intro/headers/c++200x/all.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130732 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/include/precompiled/stdc++.h | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3/include/precompiled/stdc++.h') diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index df9c2177d88..7e7c2682ea1 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 Free Software Foundation, Inc. +// Copyright (C) 2003, 2007 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 @@ -51,6 +51,17 @@ #include #include +#ifdef __GXX_EXPERIMENTAL_CXX0X__ +#include +#include +#include +#include +#include +#include +#include +#include +#endif + // C++ #include #include @@ -84,3 +95,14 @@ #include #include #include + +#ifdef __GXX_EXPERIMENTAL_CXX0X__ +#include +#include +#include +#include +#include +#include +#include +#include +#endif -- cgit v1.2.3