SpiceQA
Questions
Tags
Users
Badges
user_580083
@user_580083
0
reputation
0
answers
24
questions
About Me
// Hello, World !
Top Answers
Is it valid to override virtual function with pure specifier?
17 votes
Why allocate_at_least() in C++23?
15 votes
Why does std::tuple break small-size struct calling convention optimization in C++?
12 votes
C++20 concepts: int not swappable_with int
12 votes
Why does t+=i+'a' give the correct output while t=t+i+'a' gives an error?
11 votes
Top Questions
Why isn't there a std::construct_at in C++17?
66 votes
6 answers
Why doesn't GCC optimize out deletion of null pointers in C++?
47 votes
6 answers
Why can't constructors be explicitly called while destructors can?
28 votes
3 answers
Can copy constructors of containers be defined as deleted for non-copyable value types?
14 votes
3 answers
Why there is no std::uninitialized_move_if_noexcept?
10 votes
1 answers