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