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
481
problems.
Stats
8.8k
EtPoint
2.2k
Vote count
25
questions
481
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
Empty angle brackets on user defined types
SFINAE using std::enable_if: type parameter vs non-type parameter
static_assert that a type is among a std::variant's accepted types
Cannot detect protected base class method with SFINAE
Create a container like std::integral_constant
How to make a template function enabled if one of variant's types?
invoke_result with member (operator[]) function
Is gcc wrong to allow the initialization of a const array member with another array reference?
how to initialize a static constexpr member of std::vector<std::string> in c++11?
array length deduction from argument