| 229 | |
| 230 | template <typename T> |
| 231 | std::string errorMsg() const |
| 232 | { |
| 233 | return StrCat("[Any::convert]: no known safe conversion between [", demangle(type()), |
| 234 | "] and [", demangle(typeid(T)), "]"); |
| 235 | } |
| 236 | }; |
| 237 | |
| 238 | //------------------------------------------------------------- |