Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in name-hiding

Why c++ compiler (VS2013) chooses wrong function?

Haskell modules: hidden names and ghci

How does unqualified name lookup work when using using-declarations?

Access member field with same name as local variable (or argument)

c++ this name-hiding

Confusion over virtual functions and derived classes

Pointer derived from pure virtual class(A) can't access overload method from the pure class (B)

Inheriting templated operator= in C++14: different behaviour with g++ and clang++

Variable name same as function name giving compiler error... Why?

Confusion regarding name hiding and virtual functions

Warning: overloaded virtual function "Base::process" is only partially overridden in class "derived"

Overloading a super class's function

Why class member functions shadow free functions with same name?

Template parameter name hiding