We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93876c2 commit b9f0699Copy full SHA for b9f0699
1 file changed
tests/FormatCustomIO_test.cpp
@@ -4,7 +4,7 @@
4
#include "avcpp/format.h"
5
#include "avcpp/formatcontext.h"
6
7
-#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20)
+#if AVCPP_HAS_AVFORMAT && (AVCPP_CXX_STANDARD >= 20) && defined(__cpp_lib_format)
8
9
#include <format>
10
0 commit comments