commit | 08e17472e4d5434b668dd4c63e3fa5f4b45337b9 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
tree | a24953b1e276f3eeec6145905bb5284f75019d8b | |
parent | 2baccd81f1d87265718035d32c0f4feffd451363 [diff] [blame] |
Windows support by Ruben Van Boxem. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@142235 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__functional_03 b/include/__functional_03 index e48bb68..5d30ce2 100644 --- a/include/__functional_03 +++ b/include/__functional_03
@@ -13,7 +13,9 @@ // manual variadic expansion for <functional> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif template <class _Tp> class __mem_fn