0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-16 04:47:18 +08:00

Minor cleanup

This commit is contained in:
rbock 2014-05-01 17:41:51 +02:00
parent 331353022a
commit 4c3e73f819

View File

@ -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>