MCPcopy Create free account
hub / github.com/fmtlib/fmt / FMT_CATCH

Method FMT_CATCH

include/fmt/base.h:1951–1951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1949 // Don't crash if flush fails during unwinding.
1950 FMT_TRY { flush(); }
1951 FMT_CATCH(...) {}
1952 }
1953
1954 auto out() -> OutputIt {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected