mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
Var BadCastException #861
This commit is contained in:
@@ -221,8 +221,8 @@ public:
|
|||||||
throw InvalidAccessException("Can not extract empty value.");
|
throw InvalidAccessException("Can not extract empty value.");
|
||||||
else
|
else
|
||||||
throw BadCastException(format("Can not convert %s to %s.",
|
throw BadCastException(format("Can not convert %s to %s.",
|
||||||
pHolder->type().name(),
|
std::string(pHolder->type().name()),
|
||||||
typeid(T).name()));
|
std::string(typeid(T).name())));
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
|
|||||||
Reference in New Issue
Block a user