Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
willj
willj has asked
24
questions and find answers to
15
problems.
Stats
377
EtPoint
61
Vote count
24
questions
15
answers
About
willj questions
Is a local class dependent if declared within a function template?
If the first operand of an additive expression is convertible to both pointer and integer, which conversion is chosen?
Should a class-member using-declaration with a dependent qualified-id be a dependent name?
When instantiating a template, should members of its incomplete argument types be visible?
What makes enum -> int a better conversion than enum -> unsigned?
Can a throw or delete expression ever be dependent?
Should the name of a function template be visible during lookup of a name preceding ::?
Should a name found in a dependent base class hide a namespace name at the point of instantiation?
Can typename be omitted in the type-specifier of an out of line member definition?
Should initialization by conversion function be ambiguous when two candidates have the same cv-qualification?
willj answers
Compiler: limitation of lexical analysis
Is the name of a non-static-member dependent when used within a non-static member function?
Portable "typeof" of name with external linkage
What are the differences between 0, int() and int{}?
Explicit template function instantiation with inlining
Use case for non-type template parameter that's not of integral/enumeration type?
Is there a way to deduce the value of a function pointer template parameter?
How can I get the C++ compiler to deduce T indirectly?
How to prevent implicit conversion from char array to bool
Why does the following code cause the template instantiation?