Replies: 2 comments
-
Looks similar to #4214. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not a bug. The solution is possible but I'm not sure I'm willing to let it in because it requires forward declaring template objects from poco/Data/include/Poco/Data/DynamicLOB.h Lines 26 to 33 in 4a9285c If you really need it, you can send a pull and we'll consider it. Otherwise, it'll stay as is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Compilation fails when trying to cast Poco::Dynamic::Var to Poco::Data::BLOB
To Reproduce
Compiler output:
As as workaround for now I am using
const Poco::Data::BLOB &blob2 = dvar.extract<Poco::Data::BLOB>();
Beta Was this translation helpful? Give feedback.
All reactions