sparcu
sparcu
How do I use the BETTER_ENUM macro if I need to add declspec(_dllexport) ?
Assertion failure occurs only in 32 bit debug builds. Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) When I execute the below code : std::string query = "select * from table"; soci::statement st = (sql.prepare
Do you support a use case where crow may be used as REST client? Just send request and parse response.
I added support for int32 and float. Like your library very much by the way
I would like to have support for int32 and float. Actually I have done it in my local copy but I would like to contribute to actual project