| 172 | |
| 173 | template<typename B> |
| 174 | bool |
| 175 | Encoder_user<B>::is_sys() const |
| 176 | { |
| 177 | throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__); |
| 178 | } |
| 179 | |
| 180 | // ==================================================================================== explicit template instantiation |
| 181 | #include "Tools/types.h" |
no outgoing calls
no test coverage detected