Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Max Langhof
Max Langhof has asked
17
questions and find answers to
113
problems.
Stats
5.1k
EtPoint
2.0k
Vote count
17
questions
113
answers
About
Max Langhof questions
Is it UB to change a member of a const object via a constructor-bound reference?
How to parallelize a plain for loop using the C++ standard library
Does const allow for (theoretical) optimization here?
Is a fully qualified class name down to global scope ever required for out-of-line member function definitions?
Variadic template only compiles when forward declared
Is it possible to implement always_false in the C++ standard library?
SFINAE on functions with default parameters - free function vs operator()
Why does {} as function argument not lead to ambiguity?
Is the compiler allowed to constant-fold a local volatile?
Max Langhof answers
Is this normal behavior for std::bitset::operator^= and std::bitset::count ? If so, why? [closed]
Seemingly missing optimization for calling const-vector size() in loop condition
Idiomatic way to get size_type from std::array or the like
'reinterpret_cast': cannot convert from 'overloaded-function' to 'intptr_t' with boost.dll
c++ function call with square parenthesis
C++ template deduction from lambda
Returning a non-const reference causes a binding reference error
a,b = b,a in python vs std::swap() in C++
Modify key of std::map
How can I create a n way Cartesian product of type lists in C++?