mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Workaround an ld warning on macOS
This commit is contained in:
@ -2631,6 +2631,7 @@ template <typename T> struct strip_named_arg<T, true> {
|
||||
};
|
||||
|
||||
template <typename T, typename ParseContext>
|
||||
FMT_VISIBILITY("hidden") // Suppress an ld warning on macOS (#3769).
|
||||
FMT_CONSTEXPR auto parse_format_specs(ParseContext& ctx)
|
||||
-> decltype(ctx.begin()) {
|
||||
using char_type = typename ParseContext::char_type;
|
||||
|
Reference in New Issue
Block a user