This commit is contained in:
parent
fb05b3394a
commit
75f727e63c
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,3 @@
|
|||
```cpp
|
||||
|
||||
///Used to obtain the string name of a variable.
|
||||
|
||||
#define nameof(name) template_nameof((name), #name)
|
||||
|
@ -13,5 +11,3 @@ const char* template_nameof(T test, const char* name)
|
|||
// int test = 0;
|
||||
// std::cout << nameof(test) << std::endl;
|
||||
// prints "test”
|
||||
|
||||
```
|
Loading…
Reference in a new issue