Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
  • Loading branch information
phprus committed Aug 2, 2024
1 parent 26f4301 commit c72472e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,8 @@ template <typename T = char> class counting_buffer : public buffer<T> {
constexpr auto count() const noexcept -> size_t {
return count_ + this->size();
}

using detail::buffer<T>::append;
};
} // namespace detail

Expand Down

0 comments on commit c72472e

Please sign in to comment.