fix example
This commit is contained in:
parent
2483b1f381
commit
e796e40abd
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ int main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remarks */
|
/* Remarks */
|
||||||
#if 1
|
#if 0
|
||||||
// This expression does not have name.
|
// This expression does not have name.
|
||||||
std::cout << NAMEOF("Bad case"_string) << std::endl; // '_string'
|
std::cout << NAMEOF("Bad case"_string) << std::endl; // '_string'
|
||||||
std::cout << NAMEOF(42.0) << std::endl; // ''
|
std::cout << NAMEOF(42.0) << std::endl; // ''
|
||||||
|
|
Loading…
Reference in a new issue