SpiceQA
Questions
Tags
Users
Badges
user_700825
@user_700825
0
reputation
0
answers
116
questions
About Me
// Hello, World !
Top Answers
Why is a segmentation fault not recoverable?
9 votes
Remove spaces from std::string in C++
4 votes
Get index by type in std::variant
4 votes
Doesn't constraining the "auto" in C++ defeat the purpose of it?
4 votes
C++ constexpr - Value can be evaluated at compile time?
4 votes
Top Questions
How to implement multithread safe singleton in C++11 without using <mutex>
71 votes
6 answers
Why did the range based 'for' loop specification change in C++17?
61 votes
2 answers
Can I implement max(A, max(B, max(C, D))) using fold expressions?
28 votes
9 answers
Why does C++ not know to do an implicit move in the return when the variable is used in an initializer list?
28 votes
1 answers
Is Clang or GCC correct in rejecting/accepting this CTAD code?
25 votes
1 answers