fixed_typemap.hpp: minor fixup

This commit is contained in:
Nekotekina 2020-02-25 18:27:05 +03:00
parent b083edccd3
commit 4e33ae319b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ namespace stx
}
// CTAD adaptor for init (see init description), accepts template not type
template <template <class X, class...> typename Template, typename... Args>
template <template <class...> typename Template, typename... Args>
auto init(Args&&... args) noexcept
{
// Deduce the type from given template and its arguments