Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
c_namespaces [2018/02/01 14:49] – [using-Declarations] rpjdayc_namespaces [2018/02/01 14:50] (current) – [using-Directives] rpjday
Line 99: Line 99:
  
 ==== using-Directives ==== ==== using-Directives ====
 +
 +cppreference.com link [[http://en.cppreference.com/w/cpp/language/namespace#Using-directives|here]].
  
 "From the point of view of unqualified name lookup of any name after a using-directive and until the end of the scope in which it appears, every name from ns_name is visible as if it were declared in the nearest enclosing namespace which contains both the using-directive and ns_name." "From the point of view of unqualified name lookup of any name after a using-directive and until the end of the scope in which it appears, every name from ns_name is visible as if it were declared in the nearest enclosing namespace which contains both the using-directive and ns_name."
  • c_namespaces.1517496597.txt.gz
  • Last modified: 2018/02/01 14:49
  • by rpjday