From 4c83fedbdb1cdef0e235cf898f1c2544af90678c Mon Sep 17 00:00:00 2001 From: Nicolas Phister Date: Sun, 17 Apr 2022 11:03:31 +0200 Subject: [PATCH] add putils_meta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e76da5421..bd979be0b 100644 --- a/README.md +++ b/README.md @@ -985,6 +985,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] * [mio](https://github.com/mandreyel/mio) - Cross-platform C++11 header-only library for memory mapped file IO. [MIT] * [PEGTL](https://github.com/taocpp/PEGTL) - The Parsing Expression Grammar Template Library. [MIT] +* [putils_meta](https://github.com/phisko/meta/) - Phisko's metaprogramming utilities. Collection of type traits and compile-time helpers. [MIT] * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial] * [Scintilla](http://scintilla.org/) - A free source code editing component. [MIT] * [SDS](https://github.com/antirez/sds) - Simple Dynamic Strings library for C. [BSD]