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

Method compiler_name

include/chaiscript/chaiscript_defines.hpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 static std::string compiler_name()
143 {
144 return chaiscript::compiler_name;
145 }
146
147 static bool debug_build()
148 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected