Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
max66
max66 has asked
24
questions and find answers to
378
problems.
Stats
7.2k
EtPoint
1.8k
Vote count
24
questions
378
answers
About
max66 questions
Multiple inheritance, virtual methods collision and pointers from base classes
g++ and clang++ different behaviour with SFINAE and SFINAE failure
limits and uses of C++20 template lambas
warning defining friend operator declared inside a namespace
g++ and clang++ different behaviour with friend template function defined inside a template class
g++ and clang++ different behaviour inferring the template return type of a function
g++ and clang++ different behaviour when `std::make_index_sequence` and `std::index_sequence` are used for a template parameter default type
g++ and clang++ different behaviour with template specialization for auto argument
class constructor precedence with a variadic template constructor for a value wrapper
g++ and clang++ different behaviour with pointer to variadic template functions
max66 answers
Variadic template, no matching function for call
How to passing one or more (undefined number) parameters to a function?
Generate initializer list of varying size depending on template parameter
Explicit match of template template arguments
C++ static constant array initialization inside class
Create a variable to hold objects of different types C++
Parameter Pack with alternating types
How come? aliases not detected in trait
Variadic Recursive Template
How to specialize a templated class's member struct