MCPcopy 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}
63void err_data(char const * const s)
64{
65 out_( s, bjam_err );
66 if ( globs.out ) out_( s, globs.out );
67}
68void out_printf(char const * const f, ...)
69{
70 {

Callers 3

out_actionFunction · 0.85
read_descriptorFunction · 0.85
read_pipeFunction · 0.85

Calls 1

out_Function · 0.85

Tested by

no test coverage detected