From ee8aa76ae128993dd8af735bc40c6a6eb0aad996 Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Fri, 22 Mar 2019 10:02:37 +0500 Subject: [PATCH 1/2] Add nameof --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af2df37..999f6ab 100644 --- a/README.md +++ b/README.md @@ -793,6 +793,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2] * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] * [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT] +* [Nameof](https://github.com/Neargye/nameof) - Nameof operator for modern C++. [MIT] * [PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT] * [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/) * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial] From 4c391d30c1a5236a8fb1e6426221edd4c3b36087 Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Fri, 22 Mar 2019 10:04:28 +0500 Subject: [PATCH 2/2] Update nameof --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 999f6ab..7658816 100644 --- a/README.md +++ b/README.md @@ -793,7 +793,7 @@ array expressions, inspired by NumPy syntax. [BSD 3-clause] [website](http://qua * [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2] * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] * [meta](https://github.com/skypjack/meta) - Header-only, non-intrusive and macro-free runtime reflection system in C++. [MIT] -* [Nameof](https://github.com/Neargye/nameof) - Nameof operator for modern C++. [MIT] +* [Nameof](https://github.com/Neargye/nameof) - A header only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro and enum. [MIT] * [PEGTL](https://github.com/ColinH/PEGTL) - The Parsing Expression Grammar Template Library, a C++11 parser library. [MIT] * [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/) * [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Commercial]