mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-05 17:30:06 +08:00
Remove duplicate named argument test for now
This commit is contained in:
parent
f3ad65c518
commit
3c44f2d300
@ -230,15 +230,6 @@ if (CMAKE_CXX_STANDARD GREATER_EQUAL 20)
|
||||
#endif
|
||||
" ERROR)
|
||||
|
||||
expect_compile(compiled-format-string-argument-duplicate-error "
|
||||
#if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
|
||||
using namespace fmt::literals;
|
||||
fmt::format(FMT_COMPILE(\"{x}\"), \"x\"_a=42, \"x\"_a=43);
|
||||
#else
|
||||
#error
|
||||
#endif
|
||||
" ERROR)
|
||||
|
||||
expect_compile(compiled-format-string-missing-other-argument-error "
|
||||
#if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
|
||||
using namespace fmt::literals;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user