mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
fixed_typemap.hpp: minor fixup
This commit is contained in:
parent
b083edccd3
commit
4e33ae319b
@ -166,7 +166,7 @@ namespace stx
|
|||||||
}
|
}
|
||||||
|
|
||||||
// CTAD adaptor for init (see init description), accepts template not type
|
// 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
|
auto init(Args&&... args) noexcept
|
||||||
{
|
{
|
||||||
// Deduce the type from given template and its arguments
|
// Deduce the type from given template and its arguments
|
||||||
|
Loading…
Reference in New Issue
Block a user