Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in name-lookup
Comparison operator for std::vector<T> fails to find comparison operator for T
May 06, 2020
c++
argument-dependent-lookup
name-lookup
template-function
dependent-name
Is a namespace required when referring to the base class
Jul 31, 2019
c++
inheritance
namespaces
language-lawyer
name-lookup
Scope resolution operator being used twice
Nov 01, 2022
c++
class
constructor
namespaces
name-lookup
Is a fully qualified class name down to global scope ever required for out-of-line member function definitions?
Mar 23, 2022
c++
name-lookup
global-scope
qualified-name
scope-resolution-operator
What is the rule that allows `this->` to access members of dependent base classes?
Aug 21, 2021
c++
templates
language-lawyer
name-lookup
dependent-name
Cannot declare an operator within a function. Clang bug or spec?
Mar 11, 2022
c++
clang
language-lawyer
infix-notation
name-lookup
Ambiguous injected class name is not an error
Nov 10, 2022
c++
multiple-inheritance
language-lawyer
name-lookup
A weird behavior of using-declaration
Jul 04, 2022
c++
c++11
name-lookup
using-declaration
private-inheritance
Is this-> mandatory to access Base<T> identifiers from derived classes?
Nov 12, 2022
c++
templates
inheritance
language-lawyer
name-lookup
Two phase name lookup for C++ templates - Why?
Feb 09, 2022
c++
templates
name-lookup
dependent-name
Why does this dependent name lookup find a global identifier instead of the method?
Sep 01, 2022
c++
templates
c++11
gcc
name-lookup
In a templated derived class, why do I need to qualify base class member names with "this->" inside a member function?
Aug 31, 2022
c++
qt
templates
this
name-lookup
GCC issue: using a member of a base class that depends on a template argument
Aug 31, 2022
c++
templates
base-class
class-members
name-lookup
Conditional operator's return type and two-phase lookup
Feb 28, 2021
c++
language-lawyer
compiler-bug
name-lookup
dependent-name
What is the fully qualified name of a friend function defined inside of a class?
Aug 29, 2022
c++
namespaces
friend
name-lookup
fully-qualified-naming
The first snippet below compiles, but the second doesn't. Why?
Feb 12, 2022
c++
language-lawyer
declaration
definition
name-lookup
Propagating 'typedef' from based to derived class for 'template'
May 21, 2022
c++
templates
inheritance
typedef
name-lookup
Derived template-class access to base-class member-data
Aug 25, 2022
c++
templates
inheritance
scope
name-lookup
Why doesn't ADL find function templates?
Aug 17, 2022
c++
argument-dependent-lookup
name-lookup
template-function
« Newer Entries
Older Entries »