SpiceQA
Questions
Tags
Users
Badges
user_481267
@user_481267
0
reputation
0
answers
18
questions
About Me
// Hello, World !
Top Answers
Why can std:set (with a single colon) compile?
103 votes
Do all pointers have the same size in C++?
86 votes
Why is public destructor necessary for mandatory RVO in C++?
48 votes
Ill-formed goto jump in C++ with compile-time known-to-be-false condition: is it actually illegal?
34 votes
Code not compiling when template functions are placed in a certain order
28 votes
Top Questions
Why is `std::is_constant_evaluated()` false for this constant-initialized variable?
10 votes
1 answers
Why is value-initialization specified as not calling trivial default constructors?
9 votes
1 answers
What is the meaning of "if the context from which the specialization is referenced depends on a template parameter"?
9 votes
3 answers
Does std::deque actually have constant time insertion at the beginning?
8 votes
2 answers
Identity of unnamed enums with no enumerators
7 votes
1 answers