| 287 | |
| 288 | public: |
| 289 | explicit formatbuf(buffer<char_type>& buf) : buffer_(buf) {} |
| 290 | |
| 291 | protected: |
| 292 | // The put area is always empty. This makes the implementation simpler and has |
nothing calls this directly
no outgoing calls
no test coverage detected