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

Function register_toolset

v2/tools/msvc.py:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214# nothing on repeated calls.
215
216def register_toolset():
217 if not 'msvc' in feature.values('toolset'):
218 register_toolset_really()
219
220
221engine = get_manager().engine()

Callers 1

msvc.pyFile · 0.85

Calls 1

register_toolset_reallyFunction · 0.85

Tested by

no test coverage detected