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
25
questions and find answers to
469
problems.
Stats
8.6k
EtPoint
2.1k
Vote count
25
questions
469
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
Avoid function overloading with help of template
is constexpr const Type necessary in template in order for functions to return compile time const values?
Implementing an abstract class as a interface for other classes without vtable overhead
Adding struct containing not copyable/moveable object to std::map
Problem with false case in conditional_t being compiled and evaluated [duplicate]
Compiler is out of heap when compiling recursive consteval function
I am getting " template argument deduction/substitution failed:" Error in C++
How to specialize assignment operator in template class?
Looping over a templated C++ function with int type
C++ template declaration that restricts specializations too much