Reverted changes in _a udl (2)
This commit is contained in:
parent
51dd3312fc
commit
132ddd0e90
@ -4150,9 +4150,9 @@ operator"" _format(const wchar_t *s, std::size_t n) { return {{s, n}}; }
|
|||||||
\endrst
|
\endrst
|
||||||
*/
|
*/
|
||||||
inline internal::udl_arg<char>
|
inline internal::udl_arg<char>
|
||||||
operator"" _a(const char *s, std::size_t n) { return {s}; }
|
operator"" _a(const char *s, std::size_t) { return {s}; }
|
||||||
inline internal::udl_arg<wchar_t>
|
inline internal::udl_arg<wchar_t>
|
||||||
operator"" _a(const wchar_t *s, std::size_t n) { return {s}; }
|
operator"" _a(const wchar_t *s, std::size_t) { return {s}; }
|
||||||
} // inline namespace literals
|
} // inline namespace literals
|
||||||
} // namespace fmt
|
} // namespace fmt
|
||||||
#endif // FMT_USE_USER_DEFINED_LITERALS
|
#endif // FMT_USE_USER_DEFINED_LITERALS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user