mirror of git://gcc.gnu.org/git/gcc.git
* include/experimental/system_error: Fix include guard.
From-SVN: r221417
This commit is contained in:
parent
cd93945d03
commit
e83a01c383
|
|
@ -3,6 +3,8 @@
|
||||||
* acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.
|
* acinclude.m4: Make --enable-libstdcxx-time=auto work for dragonfly.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
|
* include/experimental/system_error: Fix include guard.
|
||||||
|
|
||||||
2015-03-12 Renlin Li <renlin.li@arm.com>
|
2015-03-12 Renlin Li <renlin.li@arm.com>
|
||||||
|
|
||||||
* testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for
|
* testsuite/27_io/ios_base/sync_with_stdio/1.cc: Remove xfail for
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
|
#ifndef _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR
|
||||||
#define _GLIBCXX_EXPERIMENTAL_CHRONO 1
|
#define _GLIBCXX_EXPERIMENTAL_SYSTEM_ERROR 1
|
||||||
|
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue