fix example

This commit is contained in:
terik23 2019-04-02 01:11:24 +05:00
parent 2483b1f381
commit e796e40abd

View file

@ -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; // ''