mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-08 22:21:00 -06:00
Replace "not" with "!" to fix Visual C++ issue
This commit is contained in:
@@ -69,7 +69,7 @@ namespace sqlpp
|
||||
|
||||
~transaction_t()
|
||||
{
|
||||
if (not _finished)
|
||||
if (!_finished)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user