Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Shchapov <[email protected]>
  • Loading branch information
phprus committed Aug 2, 2024
1 parent b1a7569 commit e4b7c41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/fmt/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,7 @@ template <typename T> class basic_appender {
private:
detail::buffer<T>* buffer_;

friend FMT_CONSTEXPR20 auto get_container(basic_appender app)
-> detail::buffer<T>& {
friend FMT_CONSTEXPR20 detail::buffer<T>& get_container(basic_appender app) {
return *app.buffer_;
}

Expand Down

0 comments on commit e4b7c41

Please sign in to comment.