Commit 1ca89acf authored by neverlord's avatar neverlord

fixed accessibility

parent 880e5a0c
......@@ -182,10 +182,10 @@ class projection<util::type_list<> >
};
template<class ProjectionFuns, class List>
class projection_from_type_list;
struct projection_from_type_list;
template<class ProjectionFuns, typename... Args>
class projection_from_type_list<ProjectionFuns, util::type_list<Args...> >
struct projection_from_type_list<ProjectionFuns, util::type_list<Args...> >
{
typedef projection<ProjectionFuns, Args...> type;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment