Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in name-lookup

What's the meaning of the highlighted sentence below in [over.load]/1?

Ambiguous multiple inheritance of template classes

Why class member functions shadow free functions with same name?

clang/g++ difference with friend function

error determining a generic return type in C++11

friend class declaration and using directive

Private inheritance: name lookup error

Operator in namespace scope hiding another in global scope

c++ namespaces name-lookup

Template parameter name hiding

Comparison operator for std::vector<T> fails to find comparison operator for T

Is a namespace required when referring to the base class

Scope resolution operator being used twice

Is a fully qualified class name down to global scope ever required for out-of-line member function definitions?

What is the rule that allows `this->` to access members of dependent base classes?

Cannot declare an operator within a function. Clang bug or spec?

Ambiguous injected class name is not an error

A weird behavior of using-declaration

Is this-> mandatory to access Base<T> identifiers from derived classes?

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