diff options
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/intcmp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/intcmp.hxx b/include/o3tl/intcmp.hxx index 1324afcdaf7d..dbc10d9052b0 100644 --- a/include/o3tl/intcmp.hxx +++ b/include/o3tl/intcmp.hxx @@ -20,7 +20,7 @@ namespace o3tl { // An approximation of the C++20 integer comparison functions // (<https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p0586r2.html> "Safe integral -// comparisons"): +// comparisons"), still missing from LLVM 12 libc++: #if defined __cpp_lib_integer_comparison_functions using std::cmp_equal; |