fix a syntax error
This commit is contained in:
parent
c916d0ace3
commit
8dccccc420
@ -85,7 +85,7 @@ namespace nana
|
|||||||
std::unique_ptr<Interface> create() override
|
std::unique_ptr<Interface> create() override
|
||||||
{
|
{
|
||||||
constexpr auto Size = std::tuple_size<decltype(args_)>::value;
|
constexpr auto Size = std::tuple_size<decltype(args_)>::value;
|
||||||
return std::unique_ptr<Interface>{ _m_new(typename make_pack<Size>{}) };
|
return std::unique_ptr<Interface>{ _m_new(make_pack<Size>{}) };
|
||||||
}
|
}
|
||||||
|
|
||||||
template<std::size_t ... Index>
|
template<std::size_t ... Index>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user