SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.37k stars 472 forks source link

Add support for std optional #1001

Closed mkaes closed 1 year ago

mkaes commented 1 year ago

Support for std::optional in soci. The handling of the compiler switches needs to be defined.

Tectu commented 1 year ago

@mkaes Are you planning on updating the PR with the necessary changes any time soon? I too would really like to have support for std::optional when C++17 is available on the target.

vadz commented 1 year ago

Thanks, I've merged this and added a CI workflow using C++17.

Tectu commented 1 year ago

Thank you for your efforts, guys!

The documentation should probably be updated too :)