mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-05 01:03:43 -04:00
tipc: first draft object allocation logic
This commit is contained in:
parent
21b883a75c
commit
ec988c5a99
6 changed files with 236 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue