MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / compiler_id

Method compiler_id

include/chaiscript/chaiscript_defines.hpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 static std::string compiler_id()
128 {
129 return compiler_name() + '-' + compiler_version();
130 }
131
132 static std::string build_id()
133 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected