MCPcopy Create free account
hub / github.com/boostorg/json / throw_eof_error

Function throw_eof_error

example/cbor.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147BOOST_NORETURN
148void
149throw_eof_error()
150{
151 throw std::runtime_error( "Unexpected end of input" );
152}
153
154BOOST_NORETURN
155void

Callers 1

ensureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected