]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/src/compatibility-parallel_list-2.cc
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / src / compatibility-parallel_list-2.cc
similarity index 78%
rename from libstdc++-v3/src/parallel_list.cc
rename to libstdc++-v3/src/compatibility-parallel_list-2.cc
index 7120c13edd8af8a160bb568f67dab2c8787f4f60..8dc837a361a9341d661632ec5cc521efa284207b 100644 (file)
@@ -1,6 +1,6 @@
-// Parallel mode support code for list -*- C++ -*-
+// Compatibility symbols for previous versions, parallel list -*- C++ -*-
 
-// Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2011 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
@@ -22,4 +22,7 @@
 // see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 // <http://www.gnu.org/licenses/>.
 
-#include "list.cc"
+#define _GLIBCXX_BEGIN_NAMESPACE_COMPAT namespace __cxx1998 {
+#define _GLIBCXX_END_NAMESPACE_COMPAT }
+
+#include "compatibility-list-2.cc"