Mercurial > hg > CbC > CbC_llvm
comparison libcxx/include/__algorithm/in_in_result.h @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
18 # pragma GCC system_header | 18 # pragma GCC system_header |
19 #endif | 19 #endif |
20 | 20 |
21 _LIBCPP_BEGIN_NAMESPACE_STD | 21 _LIBCPP_BEGIN_NAMESPACE_STD |
22 | 22 |
23 #if _LIBCPP_STD_VER > 17 | 23 #if _LIBCPP_STD_VER >= 20 |
24 | 24 |
25 namespace ranges { | 25 namespace ranges { |
26 | 26 |
27 template <class _InIter1, class _InIter2> | 27 template <class _InIter1, class _InIter2> |
28 struct in_in_result { | 28 struct in_in_result { |
44 } | 44 } |
45 }; | 45 }; |
46 | 46 |
47 } // namespace ranges | 47 } // namespace ranges |
48 | 48 |
49 #endif // _LIBCPP_STD_VER > 17 | 49 #endif // _LIBCPP_STD_VER >= 20 |
50 | 50 |
51 _LIBCPP_END_NAMESPACE_STD | 51 _LIBCPP_END_NAMESPACE_STD |
52 | 52 |
53 #endif // _LIBCPP___ALGORITHM_IN_IN_RESULT_H | 53 #endif // _LIBCPP___ALGORITHM_IN_IN_RESULT_H |