10 Nov
2013
10 Nov
'13
8:15 a.m.
On 2013-11-10 02:38, niXman wrote:
Roland Bock 2013-11-10 02:03:
Hi,
Hi,
Code depends on boost?
No, sqlpp11 itself only depends on a decent C++11 compiler and matching STL. I test with clang-3.2 and gcc-4.8 on Ubuntu as of now. We are using a version slightly older than the current release with clang-3.1 on FreeBSD. Connectors could have other dependencies of course. The current connectors for MySQL/MariaDb and Sqlite3 depend on the respective C-client libraries. The MySQL connector currently requires the thread_local feature, so clang3.2 won't work, but I think I'll replace that with std::call_once. Regards, Roland