]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
nested_exception.h: Fix <bits/c++0x_warning.h> include.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 18 Feb 2010 17:20:16 +0000 (17:20 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 18 Feb 2010 17:20:16 +0000 (17:20 +0000)
2010-02-18  Paolo Carlini  <paolo.carlini@oracle.com>

* libsupc++/nested_exception.h: Fix <bits/c++0x_warning.h> include.

From-SVN: r156867

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/nested_exception.h

index 739660c7dd930ec47165775460ae66f64578054b..17b01085b462d05b26cf4304a00d5c1d5cb46d94 100644 (file)
@@ -1,3 +1,7 @@
+2010-02-18  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * libsupc++/nested_exception.h: Fix <bits/c++0x_warning.h> include.
+
 2010-02-17  Benjamin Kosnik  <bkoz@redhat.com>
 
        * doc/xml/manual/appendix_contributing.xml: Update markup rules
index 9fc2f8a74baabb046cf2e359a79765a9f85a960f..d9665dadc8c15aa1b358e7b105c0b3e19a0d9189 100644 (file)
@@ -1,6 +1,6 @@
 // Nested Exception support header (nested_exception class) for -*- C++ -*-
 
-// Copyright (C) 2009 Free Software Foundation, Inc.
+// Copyright (C) 2009, 2010 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
@@ -33,7 +33,7 @@
 #pragma GCC visibility push(default)
 
 #ifndef __GXX_EXPERIMENTAL_CXX0X__
-# include <c++0x_warning.h>
+# include <bits/c++0x_warning.h>
 #else
 
 #include <bits/c++config.h>