| 88 | } |
| 89 | |
| 90 | bool streamfx::configuration::is_different_version() |
| 91 | { |
| 92 | return (version() & STREAMFX_MASK_COMPAT) != (STREAMFX_VERSION & STREAMFX_MASK_COMPAT); |
| 93 | } |
| 94 | |
| 95 | std::shared_ptr<streamfx::configuration> streamfx::configuration::instance() |
| 96 | { |
no outgoing calls
no test coverage detected