| 163 | |
| 164 | template <typename T> |
| 165 | static inline var fcall(const T &func, vector &args) |
| 166 | { |
| 167 | throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support func(...) operator."); |
| 168 | } |
| 169 | } // namespace operators |
| 170 | } // namespace cs |
| 171 |
no test coverage detected