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:
parent
f2ea61052e
commit
c92571862d
@ -69,7 +69,7 @@ namespace sqlpp
|
||||
|
||||
~transaction_t()
|
||||
{
|
||||
if (not _finished)
|
||||
if (!_finished)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user