update readme
This commit is contained in:
parent
996691efb5
commit
e01cf351d5
1 changed files with 0 additions and 6 deletions
|
@ -125,12 +125,6 @@ Header-only C++17 library provides nameof macros and functions to obtain simple
|
|||
NAMEOF_RAW(&some_class::some_method<int>) -> "&some_class::some_method<int>"
|
||||
```
|
||||
|
||||
* Spaces and Tabs ignored
|
||||
```cpp
|
||||
NAMEOF( somevar ) -> "somevar"
|
||||
NAMEOF( somevar ) -> "somevar"
|
||||
```
|
||||
|
||||
* Nameof enum obtains the first defined value enums, and won't work if value are aliased.
|
||||
```cpp
|
||||
enum ShapeKind {
|
||||
|
|
Loading…
Reference in a new issue