Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 952456f

Browse files
committed
fixup! Test for std::format using __cpp_lib_format
1 parent e5fad93 commit 952456f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/proxy/v4/proxy.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
#if __has_include(<format>)
2424
#include <format>
2525
#endif // __has_include(<format>)
26-
#if __cpp_lib_format >= 201907L || (defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 170000)
26+
#if __cpp_lib_format >= 201907L || \
27+
(defined(_LIBCPP_VERSION) && _LIBCPP_VERSION >= 170000)
2728
#define PRO4D_HAS_FORMAT
2829
#endif // __cpp_lib_format || _LIBCPP_VERSION >= 170000
2930
#endif // __STDC_HOSTED__

0 commit comments

Comments
 (0)