From 04101b27dac295c1211c39792fa9d5de109315d2 Mon Sep 17 00:00:00 2001 From: netcan <1469709759@qq.com> Date: Sat, 17 Jul 2021 12:14:08 +0800 Subject: [PATCH] Add config-loader to Reflection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea1947f..430429d 100644 --- a/README.md +++ b/README.md @@ -777,6 +777,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny ## Reflection +* [config-loader](https://github.com/netcan/config-loader) - A C++17 static reflection framework, from parse configuration file to native data structure. [MIT] * [Better Enums](https://github.com/aantron/better-enums) - Reflective enums (to string, iteration). Single header. [BSD] [website](http://aantron.github.io/better-enums/) * [clReflect](https://github.com/Celtoys/clReflect) - C++ Reflection using clang. [MIT] * [CPFG](https://github.com/cpgf/cpgf) - A C++03 library for reflection, callback and script binding. [Apache2] [website](http://www.cpgf.org/)