diff --git a/include/sqlpp11/detail/type_set.h b/include/sqlpp11/detail/type_set.h index 6aadd0b7..64a2b005 100644 --- a/include/sqlpp11/detail/type_set.h +++ b/include/sqlpp11/detail/type_set.h @@ -185,7 +185,7 @@ namespace sqlpp { using _rest = typename make_joined_set::type; - using type = typename joined_set, _rest>::type; + using type = joined_set_t, _rest>; }; template