mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +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>
|
template <typename T, typename ParseContext>
|
||||||
|
FMT_VISIBILITY("hidden") // Suppress an ld warning on macOS (#3769).
|
||||||
FMT_CONSTEXPR auto parse_format_specs(ParseContext& ctx)
|
FMT_CONSTEXPR auto parse_format_specs(ParseContext& ctx)
|
||||||
-> decltype(ctx.begin()) {
|
-> decltype(ctx.begin()) {
|
||||||
using char_type = typename ParseContext::char_type;
|
using char_type = typename ParseContext::char_type;
|
||||||
|
Reference in New Issue
Block a user