Skip to content

Commit

Permalink
Deprecate append instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Aug 3, 2024
1 parent 5ee14d3 commit 58aba5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/format.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ template FMT_API auto thousands_sep_impl(locale_ref)
-> thousands_sep_result<char>;
template FMT_API auto decimal_point_impl(locale_ref) -> char;

// DEPRECATED!
template FMT_API void buffer<char>::append(const char*, const char*);

template FMT_API void vformat_to(buffer<char>&, string_view,
Expand Down

0 comments on commit 58aba5a

Please sign in to comment.