diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:32:49 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:32:49 +0000 |
commit | cc2e1ab69cab140b4f48916ced56f32e9529838c (patch) | |
tree | 7b2158237a5a19fac0be324eaa476ce1c48541fa /libcxx/include/experimental/system_error | |
parent | 861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6 (diff) | |
download | bcm5719-llvm-cc2e1ab69cab140b4f48916ced56f32e9529838c.tar.gz bcm5719-llvm-cc2e1ab69cab140b4f48916ced56f32e9529838c.zip |
Add pragma system header to some experimental headers and add newlines to files.
llvm-svn: 228712
Diffstat (limited to 'libcxx/include/experimental/system_error')
-rw-r--r-- | libcxx/include/experimental/system_error | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcxx/include/experimental/system_error b/libcxx/include/experimental/system_error index 2a278b5443a..9b9ab333b5a 100644 --- a/libcxx/include/experimental/system_error +++ b/libcxx/include/experimental/system_error @@ -40,6 +40,10 @@ inline namespace fundamentals_v1 { #include <system_error> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) +#pragma GCC system_header +#endif + _LIBCPP_BEGIN_NAMESPACE_LFTS #if __has_feature(cxx_variable_templates) |