| 59 | |
| 60 | template<class T, class Tag> |
| 61 | void assert_unknown_impl() { |
| 62 | static_assert(!helpers::is_reflectability_known<T, Tag>(1L), ""); |
| 63 | } |
| 64 | |
| 65 | template<class T, class Tag> |
| 66 | void assert_reflectable() { |
nothing calls this directly
no outgoing calls
no test coverage detected