| 1946 | buffer<T>(grow, data_, 0, buffer_size), |
| 1947 | out_(other.out_) {} |
| 1948 | ~iterator_buffer() { |
| 1949 | // Don't crash if flush fails during unwinding. |
| 1950 | FMT_TRY { flush(); } |
| 1951 | FMT_CATCH(...) {} |
| 1952 | } |
| 1953 |
nothing calls this directly
no outgoing calls
no test coverage detected