Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in name-lookup

Why overloaded operator== for std::weak_ptr instantiated with type defined in namespace can't be found?

Multiple inheritence leads to spurious ambiguous virtual function overload

find() using overloaded operator==

Why is a program rejected as ambiguous that could be resolved by overload resolution?

Compiler discrepancy: Interaction between alias resolution and name lookup

What is this template parsing conflict called?

c++ templates name-lookup

Can't understand name lookup differences between an int and a user defined type - perhaps ADL related

Name-lookup of nested classes with inheritance

c++ inheritance name-lookup

Template dependent name resolution should not find declarations with no linkage?

Different behaviour between Clang and GCC when performing qualified name lookup

Operator overloading clang++ and g++ different output

c++ name-lookup

static function lookup from a template function issue with xlC

c++ templates name-lookup xlc

Does overriding a non-const virtual method hide a const overload?

3.4.2 Argument-dependent name lookup from n3290 Draft

Overloading member function among multiple base classes

Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Generator

Why does this program swap the values?

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?