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()
{
if (not _finished)
if (!_finished)
{
try
{