Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ err_data
Function
err_data
src/engine/output.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
if ( globs.out ) out_( s, globs.out );
62
}
63
void err_data(char const * const s)
64
{
65
out_( s, bjam_err );
66
if ( globs.out ) out_( s, globs.out );
67
}
68
void out_printf(char const * const f, ...)
69
{
70
{
Callers
3
out_action
Function · 0.85
read_descriptor
Function · 0.85
read_pipe
Function · 0.85
Calls
1
out_
Function · 0.85
Tested by
no test coverage detected