mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-07 03:39:54 -05:00
Minor cleanup
This commit is contained in:
@@ -185,7 +185,7 @@ namespace sqlpp
|
||||
{
|
||||
using _rest = typename make_joined_set<T...>::type;
|
||||
|
||||
using type = typename joined_set<type_set<E...>, _rest>::type;
|
||||
using type = joined_set_t<type_set<E...>, _rest>;
|
||||
};
|
||||
|
||||
template<typename... Sets>
|
||||
|
||||
Reference in New Issue
Block a user