diff options
| author | arcadia-devtools <[email protected]> | 2022-03-17 19:47:30 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-17 19:47:30 +0300 |
| commit | 6cd2f2e57d12f964d04a6d930e03fb2103e150fb (patch) | |
| tree | a8db9c73a8e424560b3c4630b25eb7b696865ae2 /contrib/libs/cxxsupp/libcxx/include/__functional/bind.h | |
| parent | 5d55b92061339c2513c9c587480e1ca10c704fc1 (diff) | |
intermediate changes
ref:b701e8676af251d91697287754da22505ad43d4e
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include/__functional/bind.h')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/__functional/bind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/__functional/bind.h b/contrib/libs/cxxsupp/libcxx/include/__functional/bind.h index 80dbd6ca895..141d6bac8f4 100644 --- a/contrib/libs/cxxsupp/libcxx/include/__functional/bind.h +++ b/contrib/libs/cxxsupp/libcxx/include/__functional/bind.h @@ -70,7 +70,7 @@ _LIBCPP_FUNC_VIS extern const __ph<10> _10; /* inline */ constexpr __ph<10> _10{}; #endif // defined(_LIBCPP_CXX03_LANG) || defined(_LIBCPP_BUILDING_LIBRARY) -} // placeholders +} // namespace placeholders template<int _Np> struct __is_placeholder<placeholders::__ph<_Np> > |
