Fix undefined behavior in UDL macro

`FMT_USE_USER_DEFINED_LITERALS` macro expands to `defined()` which is undefined behavior.
1 file changed