Skip to content

Commit

Permalink
Add typename keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Sep 20, 2015
1 parent 729db42 commit 3cdbac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fit/pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct pack_holder_base
{}
#ifndef _MSC_VER
// FIT_INHERIT_DEFAULT(pack_holder_base, typename std::remove_cv<typename std::remove_reference<typename Ts::type>::type>::type...)
FIT_INHERIT_DEFAULT(pack_holder_base, Ts::type...)
FIT_INHERIT_DEFAULT(pack_holder_base, typename Ts::type...)
#endif
};

Expand Down

0 comments on commit 3cdbac2

Please sign in to comment.