Boost logo

Boost :

Subject: Re: [boost] sqlpp11: SQL for C++
From: Roland Bock (rbock_at_[hidden])
Date: 2013-11-10 03:15:48


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk