mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Minor cleanup
This commit is contained in:
parent
331353022a
commit
4c3e73f819
@ -185,7 +185,7 @@ namespace sqlpp
|
|||||||
{
|
{
|
||||||
using _rest = typename make_joined_set<T...>::type;
|
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>
|
template<typename... Sets>
|
||||||
|
Loading…
Reference in New Issue
Block a user