Is Bjarne implying that using-directives make it impossible to qualify names in that namespace later...
Read Morereference to array is ambiguous error when using memset function...
Read MoreWhich functions in standard C++ library should not be prefixed with std:: when used?...
Read MoreC++, conflicting between library function and inhertited class function...
Read MoreWhy doesn't `static_pointer_cast` work with ADL, but requires explicit `std::`?...
Read MoreWhy must enum constants be unqualified in switch cases in java?...
Read MoreTrying to sort map by values but get errors...
Read MoreIs it possible to have a non-friend function which can only be found by ADL?...
Read MoreMongoose - error when including standard C++ library files...
Read Morehow to solve unqualified name lookup problem...
Read MoreC++ unqualified name lookup: different structure size in different cpp's leading to operator new...
Read MoreOverload resolution of a qualified name...
Read MoreIt seems to me that there are two candidate functions for the call g(parm, 1) in the example in [bas...
Read MoreFunction defined in scope but the compiler complains that it is out of scope...
Read Moreerror: expected unqualified-id before ‘const’...
Read More