This commit is contained in:
terik23 2019-03-22 10:08:10 +05:00
parent 1aa2d1ad66
commit c55bac310d

View file

@ -15,7 +15,7 @@ master |[![Build Status](https://travis-ci.org/Neargye/nameof.svg?branch=master)
## What is Nameof? ## What is Nameof?
A header only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro and enum. Header-only C++17 library provides nameof macros and functions to obtain the simple name of variable, type, function, macro, and enum.
Before, you had to use string literals to refer to definitions, which is brittle when renaming code elements because tools do not know to check these string literals. Before, you had to use string literals to refer to definitions, which is brittle when renaming code elements because tools do not know to check these string literals.