Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmt::format<Char, T> inefficiency #92 #230

Closed
Prev Previous commit
Remove unnecessary stuff.
  • Loading branch information
Michael Kasperovich committed Nov 24, 2015
commit 7b6117344bc27d51ffc37442fa99a21055e96dbd
5 changes: 0 additions & 5 deletions format.h
Original file line number Diff line number Diff line change
Expand Up @@ -2028,11 +2028,6 @@ class BasicWriter {
*/
std::size_t size() const { return buffer_.size(); }

/**
Returns underlying buffer.
*/
Buffer<Char>& buffer() const { return buffer_; }

/**
Returns a pointer to the output buffer content. No terminating null
character is appended.
Expand Down