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

Upgrade CATCH header to v2 #1028

Closed vadz closed 1 year ago

vadz commented 1 year ago

And update all uses of CHECK_THROWS_AS() to not use reference but the expected exception type itself, as otherwise the code doesn't compile any longer.