introspection: rename enum as enum_manual

This commit is contained in:
Danny Robson 2022-04-01 13:45:39 +10:00
parent 7fc18e145f
commit 4b0900e299
4 changed files with 4 additions and 4 deletions

View File

@ -427,8 +427,8 @@ list (
hash/xxhash.hpp
init.cpp
init.hpp
introspection/enum.cpp
introspection/enum.hpp
introspection/enum_manual.cpp
introspection/enum_manual.hpp
introspection/name.cpp
introspection/name.hpp
introspection/type.cpp

View File

@ -9,7 +9,7 @@
#pragma once
#include "introspection/name.hpp"
#include "introspection/enum.hpp"
#include "introspection/enum_manual.hpp"
#include "iterator/infix.hpp"
#include <exception>

View File

@ -6,4 +6,4 @@
* Copyright 2015-2017 Danny Robson <danny@nerdcruft.net>
*/
#include "./enum.hpp"
#include "./enum_manual.hpp"