diff options
| author | breakneck <[email protected]> | 2022-02-10 16:47:58 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:58 +0300 |
| commit | f860932520ce9bc8540a3c19e84c0109c3437dc5 (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/cxxsupp/libcxx/include | |
| parent | e2021f9a0e54d13b7c48796318b13b66dc625e74 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/stlfwd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/stlfwd b/contrib/libs/cxxsupp/libcxx/include/stlfwd index bce761c4ded..adad6790dcc 100644 --- a/contrib/libs/cxxsupp/libcxx/include/stlfwd +++ b/contrib/libs/cxxsupp/libcxx/include/stlfwd @@ -37,11 +37,11 @@ _LIBCPP_BEGIN_NAMESPACE_STD template <class K, class V, class C, class A> class multimap; - template <typename... TArgs> - class tuple; - - constexpr void get(...) = delete; - + template <typename... TArgs> + class tuple; + + constexpr void get(...) = delete; + template <class> class _LIBCPP_TEMPLATE_VIS function; |
