diff --git a/include/sqlpp11/logic.h b/include/sqlpp11/logic.h index cff498c0..30ad8fcf 100644 --- a/include/sqlpp11/logic.h +++ b/include/sqlpp11/logic.h @@ -46,7 +46,7 @@ namespace sqlpp std::integral_constant, logic_helper<(B and false)...>>::value>; template - using none_t = std::is_same, logic_helper<(B or false)...>>; + using none_t = std::is_same, logic_helper<(B and false)...>>; template struct not_impl;