SpiceQA
Questions
Tags
Users
Badges
user_598696
@user_598696
0
reputation
0
answers
39
questions
About Me
// Hello, World !
Top Answers
In C++, am I paying for what I am not eating?
211 votes
Is there any point in using `override` when overriding a pure virtual function?
87 votes
What does std::vector look like in memory?
79 votes
Is "enum class" a class type in C++?
46 votes
std::move doesn't work when the derived class' destructor is specified
39 votes
Top Questions
Why is the construction of std::optional<int> more expensive than a std::pair<int, bool>?
71 votes
4 answers
Why are non-placement `new` and `delete` built into the language and not just regular functions?
38 votes
3 answers
What does it mean for `offsetof` to be "conditionally-supported" for non standard-layout classes in C++17?
23 votes
1 answers
Accessing member type with `if constexpr` inside generic lambda requires both branches to be well-formed - gcc vs clang
19 votes
1 answers
Recursive computation using variable templates - gcc vs clang
14 votes
1 answers