This commit is contained in:
parent
75f727e63c
commit
0fd887fa00
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
#define nameof(name) template_nameof((name), #name)
|
||||
|
||||
template <typename T>
|
||||
const char* template_nameof(T test, const char* name)
|
||||
const char* template_nameof(const T& validate_type, const char* name)
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue