SpiceQA
Questions
Tags
Users
Badges
user_2805305
@user_2805305
0
reputation
0
answers
18
questions
About Me
// Hello, World !
Top Answers
"if" statement syntax differences between C and C++
75 votes
How can I make my class immune to the "auto value = copy of proxy" landmine in C++?
61 votes
Why use `std::bind_front` over lambdas in C++20?
43 votes
How can this structure have sizeof == 0?
42 votes
How does this template code to get the size of an array work?
29 votes
Top Questions
How can this structure have sizeof == 0?
82 votes
4 answers
What is the point of `std::make_optional`
23 votes
2 answers
gcc bug? It inexplicably decays array to pointer, while clang does not
15 votes
1 answers
C++ template alias (using) in specific places
7 votes
2 answers
Understanding when a default template parameter is a redefinition and when not in SFINAE technique
7 votes
0 answers