diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:20:18 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-02-10 17:20:18 +0000 |
commit | 861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6 (patch) | |
tree | 0f3cc0293b22a393ed280e43645bc00fab39e7c6 /libcxx/include/experimental/system_error | |
parent | 57958b5d359aab5daab2d579daaa098b908a3ed6 (diff) | |
download | bcm5719-llvm-861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6.tar.gz bcm5719-llvm-861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6.zip |
Fix more issues exposed by -pedantic-errors in c++03 mode
llvm-svn: 228711
Diffstat (limited to 'libcxx/include/experimental/system_error')
-rw-r--r-- | libcxx/include/experimental/system_error | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/experimental/system_error b/libcxx/include/experimental/system_error index b1d4c913fa5..2a278b5443a 100644 --- a/libcxx/include/experimental/system_error +++ b/libcxx/include/experimental/system_error @@ -56,4 +56,4 @@ _LIBCPP_END_NAMESPACE_LFTS #endif /* _LIBCPP_STD_VER > 11 */ -#endif /* _LIBCPP_EXPERIMENTAL_SYSTEM_ERROR */
\ No newline at end of file +#endif /* _LIBCPP_EXPERIMENTAL_SYSTEM_ERROR */ |