aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2010-02-18 17:20:16 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2010-02-18 17:20:16 +0000
commit2f95713bd99dda1e17866184eafbb404be5abde9 (patch)
tree874b450ef4d3e498db798823f51467948447a10b /libstdc++-v3
parent04daa92ba7e36a63dfd7bb1b5959d8afa187ecd1 (diff)
downloadgcc-2f95713bd99dda1e17866184eafbb404be5abde9.zip
gcc-2f95713bd99dda1e17866184eafbb404be5abde9.tar.gz
gcc-2f95713bd99dda1e17866184eafbb404be5abde9.tar.bz2
nested_exception.h: Fix <bits/c++0x_warning.h> include.
2010-02-18 Paolo Carlini <paolo.carlini@oracle.com> * libsupc++/nested_exception.h: Fix <bits/c++0x_warning.h> include. From-SVN: r156867
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/libsupc++/nested_exception.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 739660c..17b0108 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/libsupc++/nested_exception.h b/libstdc++-v3/libsupc++/nested_exception.h
index 9fc2f8a..d9665da 100644
--- a/libstdc++-v3/libsupc++/nested_exception.h
+++ b/libstdc++-v3/libsupc++/nested_exception.h
@@ -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>