MCPcopy Create free account
hub / github.com/ablab/spades / visit_unhandled_arg

Method visit_unhandled_arg

ext/src/cppformat/format.cc:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245 explicit WidthHandler(fmt::FormatSpec &spec) : spec_(spec) {}
246
247 unsigned visit_unhandled_arg() {
248 FMT_THROW(fmt::FormatError("width is not integer"));
249 return 0;
250 }
251
252 template <typename T>
253 unsigned visit_any_int(T value) {

Callers

nothing calls this directly

Calls 1

FormatErrorClass · 0.85

Tested by

no test coverage detected