16 Jul
2014
16 Jul
'14
1:27 a.m.
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.prerequisit... . 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