dynamic_bitset: Fix cxxabi_forced.h include path.
2012-10-06 Joe Seymour <jseymour@codesourcery.com> * include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path. From-SVN: r192154
This commit is contained in:
parent
8f937c1892
commit
d6a5e81d74
@ -1,3 +1,7 @@
|
||||
2012-10-06 Joe Seymour <jseymour@codesourcery.com>
|
||||
|
||||
* include/tr2/dynamic_bitset: Fix cxxabi_forced.h include path.
|
||||
|
||||
2012-10-05 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* testsuite/28_regex/algorithms/match: Rename to...
|
||||
|
@ -1,6 +1,6 @@
|
||||
// TR2 <dynamic_bitset> -*- C++ -*-
|
||||
|
||||
// Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2009-2012 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
|
||||
@ -39,7 +39,7 @@
|
||||
#include <bits/functexcept.h> // For invalid_argument, out_of_range,
|
||||
// overflow_error
|
||||
#include <iosfwd>
|
||||
#include <cxxabi_forced.h>
|
||||
#include <bits/cxxabi_forced.h>
|
||||
|
||||
namespace std _GLIBCXX_VISIBILITY(default)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user