MCPcopy Create free account
hub / github.com/cirquit/trdrop / forceColour

Function forceColour

ext/catch.hpp:5083–5085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5081 throw std::runtime_error( "colour mode must be one of: auto, yes or no" );
5082 }
5083 inline void forceColour( ConfigData& config ) {
5084 config.useColour = UseColour::Yes;
5085 }
5086 inline void loadTestNamesFromFile( ConfigData& config, std::string const& _filename ) {
5087 std::ifstream f( _filename.c_str() );
5088 if( !f.is_open() )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected