Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Daniel Langr
Daniel Langr has asked
69
questions and find answers to
170
problems.
Stats
3.7k
EtPoint
940
Vote count
69
questions
170
answers
About
Daniel Langr questions
std::construct_at vs placement new; additional move/copy constructor call
Why destructor needs to be accessible even when it is not called?
Why std::allocator<T>::allocate calls ::operator new?
Why is std::array<T,0> sized and aligned according to T in libc++?
Can a file stream destructor throw an exception in C++?
When to provide custom swap function in C++?
Private operator delete triggers compile-time error with GCC and Clang but not with MSVC
Seemingly missing optimization for calling const-vector size() in loop condition
Computation is optimized only if variable updated in loop is local
What exactly is invalidation of reference/pointer?
Daniel Langr answers
Thread-specific variables when using parallel algorithms
Why automatic type inference from the initialization list doesn't work in the constructor?
Multithreading concept questions
Anonymous constructor and destructor call in vector
c++ aggregate has incomplete type and cannot be defined with template class
Storing an std::assume_aligned pointer C++ 20
Why does cannonical implementation of overloading binary arithmatic operator in C++ pass first arguement by value?
Is it undefined behaviour to read a different member than was written in a Union?
In C++ can we dereference this pointer? If so then how and if not then why?
C++ template: cannot match the last template in variadic class template