* include/experimental/system_error: Fix include guard.
From-SVN: r221417
This commit is contained in:
parent
cd93945d03
commit
e83a01c383
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue