diff --git a/tests/SelectTypeTest.cpp b/tests/SelectTypeTest.cpp index 396c569b..8e19ec4e 100644 --- a/tests/SelectTypeTest.cpp +++ b/tests/SelectTypeTest.cpp @@ -337,7 +337,7 @@ int main() static_assert(sqlpp::is_select_flag_t::value, "sqlpp::all has to be a select_flag"); - using T = sqlpp::vendor::wrap_operand::type; + using T = sqlpp::wrap_operand::type; static_assert(sqlpp::is_regular::value, "type requirement"); static_assert(sqlpp::is_expression_t::value, "T has to be an expression"); static_assert(sqlpp::is_numeric_t::value, "T has to be numeric");