Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
BOOST_NORETURN
148
void
149
throw_eof_error()
150
{
151
throw std::runtime_error(
"Unexpected end of input"
);
152
}
153
154
BOOST_NORETURN
155
void
Callers
1
ensure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected