mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-11 09:29:11 +01:00
The udl_{arg,formatter} structs are only defined when
FMT_USE_USER_DEFINED_LITERALS is set, so don't try to define things that
return that struct when it's not defined.