Minor cleanup

This commit is contained in:
rbock
2014-05-01 17:41:51 +02:00
parent 331353022a
commit 4c3e73f819
+1 -1
View File
@@ -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>