Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in name-lookup

Two phase name lookup for C++ templates - Why?

Why does this dependent name lookup find a global identifier instead of the method?

In a templated derived class, why do I need to qualify base class member names with "this->" inside a member function?

GCC issue: using a member of a base class that depends on a template argument

Conditional operator's return type and two-phase lookup

What is the fully qualified name of a friend function defined inside of a class?

The first snippet below compiles, but the second doesn't. Why?

Propagating 'typedef' from based to derived class for 'template'

Derived template-class access to base-class member-data

Why doesn't ADL find function templates?

What is "Argument-Dependent Lookup" (aka ADL, or "Koenig Lookup")?

Why does C++'s "using namespace" work the way it does?