tipc: first draft object allocation logic

This commit is contained in:
Michael Scire 2021-04-08 15:24:22 -07:00 committed by SciresM
parent 21b883a75c
commit ec988c5a99
6 changed files with 236 additions and 1 deletions

View file

@ -43,7 +43,7 @@ namespace ams::sf {
using Type = Impl;
};
template<typename Impl> requires (std::is_abstract<Impl>::value )
template<typename Impl> requires (std::is_abstract<Impl>::value)
struct UnmanagedEmplaceImplHolderBaseGetter<Impl> {
class Impl2 : public Impl {
public: