mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 10:16:01 -04:00

- Convert last old-style cast to reinterpret_cast<> - Statement::Ptr is now private, with a friend declaration for Column - noexcept should not be defined as the depreacted throw()