diff options
-rw-r--r-- | libdbpp/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/command.h b/libdbpp/command.h index 34338eb..4820569 100644 --- a/libdbpp/command.h +++ b/libdbpp/command.h @@ -156,7 +156,7 @@ namespace DB { } } else { - static_assert(!&o, "No suitable trait"); + static_assert(std::is_void_v<O>, "No suitable trait"); } } |