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 f3ad65c commit 3c44f2dCopy full SHA for 3c44f2d
test/compile-error-test/CMakeLists.txt
@@ -230,15 +230,6 @@ if (CMAKE_CXX_STANDARD GREATER_EQUAL 20)
230
#endif
231
" ERROR)
232
233
- expect_compile(compiled-format-string-argument-duplicate-error "
234
- #if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
235
- using namespace fmt::literals;
236
- fmt::format(FMT_COMPILE(\"{x}\"), \"x\"_a=42, \"x\"_a=43);
237
- #else
238
- #error
239
- #endif
240
- " ERROR)
241
-
242
expect_compile(compiled-format-string-missing-other-argument-error "
243
#if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
244
using namespace fmt::literals;
0 commit comments