For some odd reason it does not think lmdb::val is a POD. Given the info on PODTypes on CppReference I'd guess it's still doing pre-11 checks or the default-declared dtor confuses him.
My testings were done with VS2015, which afaik is fully compliant with c++11.
Hello,
while trying to compile on windows I ran into a few minor issues.
Mainly because Microsoft has not updated
__cplusplus
for years.For some odd reason it does not think
lmdb::val
is a POD. Given the info on PODTypes on CppReference I'd guess it's still doing pre-11 checks or the default-declared dtor confuses him.My testings were done with VS2015, which afaik is fully compliant with c++11.