From 286c76eef96458d025e1813c0fbe52e2e41010ae Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Wed, 2 Mar 2022 21:26:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27dcec8..d410ac1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ [![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://wandbox.org/permlink/PBBzVKlbMIfC3WOk) [![Compiler explorer](https://img.shields.io/badge/compiler_explorer-online-blue.svg)](https://godbolt.org/z/s_ecko) +If you like this project, please consider donating to one of the funds that help victims of the war in Ukraine: https://www.stopputin.net/. + # Nameof C++ Header-only C++17 library provides nameof macros and functions to simply obtain the name of a variable, type, function, macro, and enum.