Commit a781834e by Paolo Carlini Committed by Paolo Carlini

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
parent d6e9046d
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>
Revert last commit.
......
......@@ -30,7 +30,7 @@
#include <system_error>
#include <future>
#include <functional>
#include <regex>
#include <bits/regex_error.h>
#ifdef _GLIBCXX_USE_NLS
# include <libintl.h>
......
......@@ -22,7 +22,8 @@
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
#include <regex>
#include <stdexcept>
#include <bits/regex_error.h>
namespace std _GLIBCXX_VISIBILITY(default)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment