Add pragma system header to some experimental headers and add newlines to files.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-02-10 17:32:49 +00:00
parent 5495e2efb9
commit 47b9a9a286
7 changed files with 23 additions and 4 deletions

View File

@@ -37,6 +37,10 @@ inline namespace fundamentals_v1 {
#include <experimental/__config>
#include <chrono>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
#endif
#if _LIBCPP_STD_VER > 11
_LIBCPP_BEGIN_NAMESPACE_CHRONO_LFTS