xo-interpreter adds + explict mm arg to ctors (retiring Object::mm)
This commit is contained in:
parent
ecbfc79c1d
commit
6ba0445701
4 changed files with 34 additions and 17 deletions
|
|
@ -7,17 +7,17 @@
|
|||
#include "xo/subsys/Subsystem.hpp"
|
||||
|
||||
namespace xo {
|
||||
void
|
||||
InitSubsys<S_reflect_tag>::init()
|
||||
{
|
||||
/* placeholder -- expecting there to be non-trivial content soon */
|
||||
} /*init*/
|
||||
void
|
||||
InitSubsys<S_reflect_tag>::init()
|
||||
{
|
||||
/* placeholder -- expecting there to be non-trivial content soon */
|
||||
} /*init*/
|
||||
|
||||
InitEvidence
|
||||
InitSubsys<S_reflect_tag>::require()
|
||||
{
|
||||
return Subsystem::provide<S_reflect_tag>("reflect", &init);
|
||||
} /*require*/
|
||||
InitEvidence
|
||||
InitSubsys<S_reflect_tag>::require()
|
||||
{
|
||||
return Subsystem::provide<S_reflect_tag>("reflect", &init);
|
||||
} /*require*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end init_reflect.cpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue