You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -665,6 +665,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
665
665
*[CPFG](https://github.com/cpgf/cpgf) - A C++03 library for reflection, callback and script binding. [Apache2][website](http://www.cpgf.org/)
666
666
*[CPP-Reflection](https://github.com/AustinBrunkhorst/CPP-Reflection) - C++ Reflection using clang. [MIT]
667
667
*[Magic Enum](https://github.com/Neargye/magic_enum) - Header-only C++17 library provides static reflection for enums (to string, from string, iteration), work with any enum type without any macro or boilerplate code. [MIT]
668
+
*[meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT]
668
669
*[Nameof](https://github.com/Neargye/nameof) - Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum. [MIT]
669
670
*[Ponder](https://github.com/billyquith/ponder) - A C++11 library for reflection. [MIT]
670
671
*[RTTR](https://github.com/rttrorg/rttr) - A C++11 library for reflection. [MIT][website](http://www.rttr.org)
@@ -813,7 +814,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
813
814
*[libnih](https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. [GPL2.1]
814
815
*[libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2]
815
816
*[Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD]
816
-
*[meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT]
*[PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT]
819
819
*[PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2][website](http://www.php-cpp.com/)
0 commit comments