We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf97ba7 + d3e10c9 commit 998346aCopy full SHA for 998346a
example/calendar.cpp
@@ -30,7 +30,7 @@ constexpr auto col_sep = " ";
30
constexpr auto row_sep = ' ';
31
32
// Workaround: libc++18 does not support C++20 chrono::time_point::operator++
33
-#if defined _LIBCPP_VERSION and _LIBCPP_VERSION < 190000
+#if defined _LIBCPP_VERSION and _LIBCPP_VERSION < 200000
34
namespace std::chrono {
35
sys_days& operator++(sys_days& d) {
36
return d += days{1};
0 commit comments