Commit e83a01c3 by Jonathan Wakely Committed by Jonathan Wakely

* include/experimental/system_error: Fix include guard.

From-SVN: r221417
parent cd93945d
......@@ -3,6 +3,8 @@
* acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.
* configure: Regenerate.
* include/experimental/system_error: Fix include guard.
2015-03-12 Renlin Li <renlin.li@arm.com>
* testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for
......
......@@ -31,7 +31,7 @@
//
#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
#define _GLIBCXX_EXPERIMENTAL_CHRONO 1
#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
#pragma GCC system_header
......
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