MCPcopy Create free account
hub / github.com/boostorg/build / compile_cpp_preprocess

Function compile_cpp_preprocess

src/tools/msvc.py:305–307  ·  view source on GitHub ↗
(targets,sources=[],properties=None)

Source from the content-addressed store, hash-verified

303 compile_c_cpp(targets,sources)
304
305def compile_cpp_preprocess(targets,sources=[],properties=None):
306 get_rspline(targets,'-TP')
307 preprocess_c_cpp(targets,sources)
308
309def compile_cpp_pch(targets,sources=[],properties=None):
310 get_rspline([targets[0]], '-TP')

Callers

nothing calls this directly

Calls 2

get_rsplineFunction · 0.85
preprocess_c_cppFunction · 0.85

Tested by

no test coverage detected