Boost logo

Boost :

Subject: Re: [boost] quince: queries in C++ expressions
From: Michael Shepanski (mps_at_[hidden])
Date: 2014-07-15 21:27:07


On 16/07/2014 10:23 AM, Mostafa wrote:
>
> Can this library be used with C++03? I recall sqlpp11 being a C++11 only
> library with the author explicitly stating that he won't invest effort
> into backporting it. So this could possibly be another difference
> vis-a-vis sqlpp11.

Quince, and the application code that uses it, need a C++11 compiler,
and a pretty new one too: see
http://quince-lib.com/preparation/prerequisites.html#preparation.prerequisites.a_good_c_compiler
. On the other hand there is no requirement on users to learn any C++11
features. You can access all of quince's features by writing C++03 code,
and feeding it to your late-model C++11 compiler.

--- Michael


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