mirror of
https://github.com/fmtlib/fmt.git
synced 2025-02-14 09:39:51 +00:00
Workaround an ld warning on macOS
This commit is contained in:
parent
ebea5736a2
commit
f68f452dea
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user