diff options
Diffstat (limited to 'libcxx/include/array')
| -rw-r--r-- | libcxx/include/array | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/array b/libcxx/include/array index 31f5501b9bc..79f7e0d62c5 100644 --- a/libcxx/include/array +++ b/libcxx/include/array @@ -113,6 +113,8 @@ template <size_t I, class T, size_t N> const T&& get(const array<T, N>&&) noexce #pragma GCC system_header #endif + + _LIBCPP_BEGIN_NAMESPACE_STD template <class _Tp, size_t _Size> |

