Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ catch
Function
catch
extern/boost/boost/system/detail/error_code.hpp:284–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
#if !defined(BOOST_NO_EXCEPTIONS)
284
catch( ... )
285
{
286
detail::snprintf( buffer, len,
"No message text available for error std:%s:%d"
, ec.category().name(), ec.value() );
287
return buffer;
288
}
289
#endif
290
}
291
#endif
Callers
nothing calls this directly
Calls
3
snprintf
Function · 0.70
name
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected