aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVictor Zverovich <viz@fb.com>2020-06-07 07:49:11 -0700
committerVictor Zverovich <viz@fb.com>2020-06-07 07:49:11 -0700
commit6732ea500063f336edd45a2cb668b9096a4f9560 (patch)
treefa2f2eccbe13f458be6e74523e66590627cdff2c /src
parent57ddc77ce7adbeb041e6ed292c28b40080790922 (diff)
downloadfmtlib-6732ea500063f336edd45a2cb668b9096a4f9560.tar.gz
Make symbols readable
Diffstat (limited to 'src')
-rw-r--r--src/format.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/format.cc b/src/format.cc
index fd1e1c15..bc06c089 100644
--- a/src/format.cc
+++ b/src/format.cc
@@ -44,9 +44,6 @@ template FMT_API char detail::decimal_point_impl(locale_ref);
template FMT_API void detail::buffer<char>::append(const char*, const char*);
-template FMT_API std::string detail::vformat<char>(
- string_view, basic_format_args<format_context>);
-
template FMT_API format_context::iterator detail::vformat_to(
detail::buffer<char>&, string_view, basic_format_args<format_context>);