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 argument-dependent-lookup
Why does C++11 not support name lookup like this? [closed]
Sep 23, 2022
c++
c++11
namespaces
argument-dependent-lookup
name-lookup
Argument-dependent lookup and function templates [duplicate]
May 10, 2022
c++
templates
argument-dependent-lookup
function-templates
Why doesn't `static_pointer_cast` work with ADL, but requires explicit `std::`?
Apr 25, 2022
c++
shared-ptr
argument-dependent-lookup
unqualified-name
ADL and friend injection
Dec 24, 2019
c++
templates
friend-function
argument-dependent-lookup
Range-based for loops and ADL
Apr 26, 2022
c++
foreach
c++11
argument-dependent-lookup
Argument-dependent lookup -- when is it done, what is searched, and how can you force (or prevent) it?
Jun 13, 2022
c++
argument-dependent-lookup
Should this function call be ambiguous?
Aug 10, 2022
c++
argument-dependent-lookup
function-templates
name-lookup
How does ADL affect this piece of C++ code?
Sep 11, 2022
c++
argument-dependent-lookup
name-lookup
C++ ADL in nested namespaces with template function
Sep 26, 2021
c++
standards
argument-dependent-lookup
Why doesn't a using directive affect ADL?
Jul 21, 2020
c++
namespaces
argument-dependent-lookup
Range-Based For Loop and ADL
Aug 29, 2022
c++
visual-c++
argument-dependent-lookup
ADL with std::function: Can functions taking std::function objects be found via the types in the std::function's argument list?
Nov 14, 2022
c++
language-lawyer
std-function
argument-dependent-lookup
Why does ADL take precedence over a function in 'std namespace' but is equal to function in user-defined namespace?
Aug 31, 2022
c++
namespaces
using-directives
argument-dependent-lookup
why swap() can work well when I don't call it with two pointer?
Jun 18, 2019
c++
namespaces
swap
using-directives
argument-dependent-lookup
g++, bitfields and ADL
Apr 28, 2022
c++
argument-dependent-lookup
ADL does not work in constexpr functions (clang only)
Oct 07, 2020
c++
templates
clang
constexpr
argument-dependent-lookup
ADL in case of equal-named member function
Aug 04, 2022
c++
interface
argument-dependent-lookup
non-member-functions
Argument-dependent lookup of dependent names
Sep 14, 2022
c++
language-lawyer
linkage
argument-dependent-lookup
dependent-name
Does ADL work for the global namespace?
Oct 29, 2018
c++
namespaces
using
argument-dependent-lookup
global-namespace
Argument-dependent lookup behaving unexpectedly on types aliased from another namespace
May 10, 2020
c++
language-lawyer
argument-dependent-lookup
« Newer Entries
Older Entries »