This commit is contained in:
Terik23 2016-10-09 19:44:36 +05:00 committed by GitHub
parent 75f727e63c
commit 0fd887fa00

View file

@ -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;
}