| 139 | } |
| 140 | |
| 141 | std::tuple<unsigned int, unsigned int, unsigned int> runtime::version() noexcept { |
| 142 | return {details::consts::k_concurrencpp_version_major, |
| 143 | details::consts::k_concurrencpp_version_minor, |
| 144 | details::consts::k_concurrencpp_version_revision}; |
| 145 | } |
nothing calls this directly
no outgoing calls
no test coverage detected