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

Method version

include/chaiscript/chaiscript_defines.hpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 static std::string version()
123 {
124 return std::to_string(version_major()) + '.' + std::to_string(version_minor()) + '.' + std::to_string(version_patch());
125 }
126
127 static std::string compiler_id()
128 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected