Skip to content

Commit b9f0699

Browse files
committed
FormatCustomIO_test: depend test on __cpp_lib_format
1 parent 93876c2 commit b9f0699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/FormatCustomIO_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "avcpp/format.h"
55
#include "avcpp/formatcontext.h"
66

7-
#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20)
7+
#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20) && defined(__cpp_lib_format)
88

99
#include <format>
1010

0 commit comments

Comments
 (0)