Remove old deprecated functions

This commit is contained in:
Victor Zverovich
2019-07-06 07:55:52 -07:00
parent 1d3e3d8c04
commit 8e0dcd20b3
2 changed files with 1 additions and 5 deletions
-1
View File
@@ -1054,7 +1054,6 @@ template <typename OutputIt, typename Char> class basic_format_context {
// Returns an iterator to the beginning of the output range.
iterator out() { return out_; }
FMT_DEPRECATED iterator begin() { return out_; }
// Advances the begin iterator to ``it``.
void advance_to(iterator it) { out_ = it; }