functexcept.cc: Do not include the whole <regex>.
2013-07-31 Paolo Carlini <paolo.carlini@oracle.com> * src/c++11/functexcept.cc: Do not include the whole <regex>. * src/c++11/regex.cc: Likewise. From-SVN: r201369
This commit is contained in:
parent
d6e9046de6
commit
a781834e44
@ -1,3 +1,8 @@
|
|||||||
|
2013-07-31 Paolo Carlini <paolo.carlini@oracle.com>
|
||||||
|
|
||||||
|
* src/c++11/functexcept.cc: Do not include the whole <regex>.
|
||||||
|
* src/c++11/regex.cc: Likewise.
|
||||||
|
|
||||||
2013-07-31 Tim Shen <timshen91@gmail.com>
|
2013-07-31 Tim Shen <timshen91@gmail.com>
|
||||||
|
|
||||||
Revert last commit.
|
Revert last commit.
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
#include <system_error>
|
#include <system_error>
|
||||||
#include <future>
|
#include <future>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <regex>
|
#include <bits/regex_error.h>
|
||||||
|
|
||||||
#ifdef _GLIBCXX_USE_NLS
|
#ifdef _GLIBCXX_USE_NLS
|
||||||
# include <libintl.h>
|
# include <libintl.h>
|
||||||
|
@ -22,7 +22,8 @@
|
|||||||
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include <regex>
|
#include <stdexcept>
|
||||||
|
#include <bits/regex_error.h>
|
||||||
|
|
||||||
namespace std _GLIBCXX_VISIBILITY(default)
|
namespace std _GLIBCXX_VISIBILITY(default)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user