mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 04:49:01 +08:00
13 lines
576 B
Diff
13 lines
576 B
Diff
|
diff --git a/include/fmt/core.h b/include/fmt/core.h
|
||
|
index b51c1406..bb139509 100644
|
||
|
--- a/include/fmt/core.h
|
||
|
+++ b/include/fmt/core.h
|
||
|
@@ -2306,6 +2306,7 @@ enum class state { start, align, sign, hash, zero, width, precision, locale };
|
||
|
|
||
|
// Parses standard format specifiers.
|
||
|
template <typename Char>
|
||
|
+FMT_VISIBILITY("hidden") // Suppress an ld warning on macOS (#3769).
|
||
|
FMT_CONSTEXPR FMT_INLINE auto parse_format_specs(
|
||
|
const Char* begin, const Char* end, dynamic_format_specs<Char>& specs,
|
||
|
basic_format_parse_context<Char>& ctx, type arg_type) -> const Char* {
|