0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Replace "not" with "!" to fix Visual C++ issue

This commit is contained in:
Volker Aßmann 2017-06-01 12:47:14 +02:00
parent f2ea61052e
commit c92571862d

View File

@ -69,7 +69,7 @@ namespace sqlpp
~transaction_t() ~transaction_t()
{ {
if (not _finished) if (!_finished)
{ {
try try
{ {