| 190 | } |
| 191 | |
| 192 | DebugCategory::cstring_ref DebugCategory::plugin() const noexcept |
| 193 | { |
| 194 | return plugin_; |
| 195 | } |
| 196 | |
| 197 | #if __cplusplus < 201703L && __cpp_lib_atomic_is_always_lock_free < 201603 |
| 198 | //! C++17 has std::atomic::is_always_lock_free for static_assert. Older |
no outgoing calls
no test coverage detected