introspection: rename enum as enum_manual
This commit is contained in:
parent
7fc18e145f
commit
4b0900e299
@ -427,8 +427,8 @@ list (
|
|||||||
hash/xxhash.hpp
|
hash/xxhash.hpp
|
||||||
init.cpp
|
init.cpp
|
||||||
init.hpp
|
init.hpp
|
||||||
introspection/enum.cpp
|
introspection/enum_manual.cpp
|
||||||
introspection/enum.hpp
|
introspection/enum_manual.hpp
|
||||||
introspection/name.cpp
|
introspection/name.cpp
|
||||||
introspection/name.hpp
|
introspection/name.hpp
|
||||||
introspection/type.cpp
|
introspection/type.cpp
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "introspection/name.hpp"
|
#include "introspection/name.hpp"
|
||||||
#include "introspection/enum.hpp"
|
#include "introspection/enum_manual.hpp"
|
||||||
#include "iterator/infix.hpp"
|
#include "iterator/infix.hpp"
|
||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
* Copyright 2015-2017 Danny Robson <danny@nerdcruft.net>
|
* Copyright 2015-2017 Danny Robson <danny@nerdcruft.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "./enum.hpp"
|
#include "./enum_manual.hpp"
|
Loading…
x
Reference in New Issue
Block a user