| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected