mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +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()
|
~transaction_t()
|
||||||
{
|
{
|
||||||
if (not _finished)
|
if (!_finished)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user