grammar
This commit is contained in:
parent
1aa2d1ad66
commit
c55bac310d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue