initial implementation

This commit is contained in:
jadebenn
2024-12-17 00:13:14 -06:00
parent afc2966507
commit 427b7c1047
27 changed files with 300 additions and 109 deletions

View File

@@ -2,7 +2,7 @@
#define __STRINGIFIEDENUM_H__
#include <string>
#include "magic_enum.hpp"
#include <magic_enum/magic_enum.hpp>
namespace StringifiedEnum {
template<typename T>