SOCI / soci

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

Delete soci::use for rvalues to prevent accidental stack-use-after-scope #1071

Closed StefanVK closed 11 months ago

StefanVK commented 1 year ago

https://github.com/SOCI/soci/issues/1070

This would break compilation of code that currently has subtle stack-use-after-scope bugs.

vadz commented 11 months ago

Thanks, I'm finally merging this.