Open 1574354102 opened 2 years ago
Yout don't need to silence all deprecation warnings
Also, they can't just add this define because you need to know that it's using deprecated stuff. Regarding the std::is_pod_v thing idk what you mean by that because ofc sqlite::database is not a POD (plain old data) type.
VS2019, use C++20: std::is_pod_v can't be used, compilation failed. And in VS2019, use C++17: need to #define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS, otherwise compilation failed. Looking forward to updating,thanks.