SpiceQA
Questions
Tags
Users
Badges
user_7582247
@user_7582247
0
reputation
0
answers
2
questions
About Me
// Hello, World !
Top Answers
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)?
62 votes
Is this GCC 12.1 const problem a bug or feature? "Attempts to call non-const function with const object"
58 votes
Is there a way to avoid implicit conversion to void*?
40 votes
Why is std::aligned_storage to be deprecated in C++23 and what to use instead?
36 votes
What is the type of an 'auto' return type when returning *this in an anonymous class?
32 votes
Top Questions
How do I reverse the order of the integers in a `std::integer_sequence<int, 4, -5, 7, -3>`?
3 votes
2 answers
Multiple inheritance - wrong overload selected
2 votes
3 answers