A point from the ISO C++ Draft n3290 : 3.4.0 2nd point
A name “looked up in the context of an expression” is looked up as an unqualified name in the scope where the expression is found.
Would someone please explain this statement with an example?
|
A point from the ISO C++ Draft n3290 : 3.4.0 2nd point
Would someone please explain this statement with an example?
| ||||
|
feedback
|
|
It says that the scope which contains the expression will be searched for the name. i.e.
if you have this code the name | |||
|
feedback
|