reflect: insert xo/ subdir into include path
This commit is contained in:
parent
ba95d0a40c
commit
6be9037f10
20 changed files with 179 additions and 184 deletions
|
|
@ -1,22 +0,0 @@
|
|||
/* file init_reflect.hpp
|
||||
*
|
||||
* author: Roland Conybeare, Sep 2022
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "subsys/Subsystem.hpp"
|
||||
|
||||
namespace xo {
|
||||
/* tag to represent the reflect/ subsystem within ordered initialization */
|
||||
enum S_reflect_tag {};
|
||||
|
||||
template<>
|
||||
struct InitSubsys<S_reflect_tag> {
|
||||
static void init();
|
||||
static InitEvidence require();
|
||||
};
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/* end init_reflect.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue