From 8d3f43ad9317a7ff138b7d384ef0d7c73533c979 Mon Sep 17 00:00:00 2001 From: Julien SOYSOUVANH Date: Wed, 17 Feb 2021 17:42:18 +0100 Subject: [PATCH] Add Refureku to Reflection section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b331f5..899ce85 100644 --- a/README.md +++ b/README.md @@ -775,6 +775,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT] * [RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT] [website](http://www.rttr.org) * [visit_struct](https://github.com/cbeck88/visit_struct) - A miniature library for struct-field reflection in C++. [BSL-1.0] +* [Refureku](https://github.com/jsoysouvanh/Refureku) - A C++17 runtime reflection and code generation library. [MIT] ## Regular Expression