Lets say I have the following:
int i = 1;
String str("abc");
Would str be consider a constant expression?
From lots of C++ books, it seems a constant expression must be evaluated to an integral type.
|
Lets say I have the following:
Would From lots of C++ books, it seems a constant expression must be evaluated to an integral type.
| ||||
|
feedback
|
No, it won't. In C++11 there is a new keyword | |||||
feedback
|