SpiceQA
Questions
Tags
Users
Badges
user_5470596
@user_5470596
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
Explicit call to destructor
35 votes
Inconsistent behaviour across compilers in regard to instantiation of a template in a discarded if constexpr(false) statement
20 votes
GCC and Clang don't compile std::hash<std::nullptr_t> in C++17
20 votes
What is s in std::this_thread::sleep_for(2s)?
15 votes
Why does the implicit type conversion not work in template deduction?
14 votes
Top Questions
What trait / concept can guarantee memsetting an object is well defined?
25 votes
3 answers
Is it OK to make a placement new on memory managed by a smart pointer?
23 votes
2 answers
Optimizing a branch for a known more-common path
7 votes
4 answers
Disturbing order of evaluation
7 votes
1 answers
Call a functor with a specific function from an overload set
5 votes
2 answers