From c92571862d7966ae84d0a094cb554f501b268edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20A=C3=9Fmann?= Date: Thu, 1 Jun 2017 12:47:14 +0200 Subject: [PATCH] Replace "not" with "!" to fix Visual C++ issue --- include/sqlpp11/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sqlpp11/transaction.h b/include/sqlpp11/transaction.h index 317c3483..0ca3073f 100644 --- a/include/sqlpp11/transaction.h +++ b/include/sqlpp11/transaction.h @@ -69,7 +69,7 @@ namespace sqlpp ~transaction_t() { - if (not _finished) + if (!_finished) { try {