We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0b97c commit 9f3e7d3Copy full SHA for 9f3e7d3
src/realm/util/time.hpp
@@ -69,7 +69,7 @@ inline std::string format_utc_time(std::time_t time, const char* format)
69
70
} // namespace realm::util
71
72
-#if __cplusplus < 202002L
+#if __cplusplus < 202002L || (defined(__apple_build_version__) && __apple_build_version__ < 15000309)
73
// This is a C++17 version of https://en.cppreference.com/w/cpp/chrono/duration/operator_ltlt to make
74
// logging and comparing durations easier - especially in tests.
75
//
0 commit comments