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
120
problems.
Stats
5.2k
EtPoint
2.0k
Vote count
17
questions
120
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
Why this same code produce two different fp results on different Machines?
Sharing vectors between two class instances
Are constexpr evaluated on target platform?
Emplace empty vector into std::map()
Going from signed integers to unsigned integers and vice versa in C++20
Expected a type, got a template
C++ - Refactor a long parameter list with references into a struct
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