diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-02-05 22:51:07 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-05-14 11:45:25 +0000 |
| commit | 1838bd0f4839006b42d41a02a787b7f578655223 (patch) | |
| tree | 1e6252e2f95a4c151c88f6b50826d911106f8c39 /contrib/llvm-project/libcxx/include/__compare/partial_order.h | |
| parent | 1fd87a682ad7442327078e1eeb63edc4258f9815 (diff) | |
| parent | 1e9a9d6d056506b23ad26952df45eaac949385c7 (diff) | |
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__compare/partial_order.h')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/__compare/partial_order.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/llvm-project/libcxx/include/__compare/partial_order.h b/contrib/llvm-project/libcxx/include/__compare/partial_order.h index ac8b405a4090..cbadfcde7396 100644 --- a/contrib/llvm-project/libcxx/include/__compare/partial_order.h +++ b/contrib/llvm-project/libcxx/include/__compare/partial_order.h @@ -23,7 +23,7 @@ _LIBCPP_BEGIN_NAMESPACE_STD -#if _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS) +#if !defined(_LIBCPP_HAS_NO_CONCEPTS) // [cmp.alg] namespace __partial_order { @@ -64,7 +64,7 @@ inline namespace __cpo { inline constexpr auto partial_order = __partial_order::__fn{}; } // namespace __cpo -#endif // _LIBCPP_STD_VER > 17 && !defined(_LIBCPP_HAS_NO_CONCEPTS) +#endif // !defined(_LIBCPP_HAS_NO_CONCEPTS) _LIBCPP_END_NAMESPACE_STD |
