fix comment
This commit is contained in:
parent
1b239dadb2
commit
c112af7f56
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ template <typename T>
|
||||||
|
|
||||||
} // namespace nameof
|
} // namespace nameof
|
||||||
|
|
||||||
// NAMEOF obtains simple (unqualified) string name of variable, function, enum, macro.
|
// Obtains simple (unqualified) string name of variable, function, enum, macro.
|
||||||
#define NAMEOF(...) ::nameof::detail::nameof_impl<::nameof::detail::check_t<decltype(__VA_ARGS__)>>(#__VA_ARGS__, false)
|
#define NAMEOF(...) ::nameof::detail::nameof_impl<::nameof::detail::check_t<decltype(__VA_ARGS__)>>(#__VA_ARGS__, false)
|
||||||
|
|
||||||
// Obtains simple (unqualified) full (with template suffix) string name of variable, function, enum, macro.
|
// Obtains simple (unqualified) full (with template suffix) string name of variable, function, enum, macro.
|
||||||
|
|
Loading…
Reference in a new issue