reflect: insert xo/ subdir into include path

This commit is contained in:
Roland Conybeare 2023-10-06 16:53:47 -04:00
commit 6be9037f10
20 changed files with 179 additions and 184 deletions

View file

@ -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 */