SpiceQA
Questions
Tags
Users
Badges
user_3188445
@user_3188445
0
reputation
0
answers
13
questions
About Me
// Hello, World !
Top Answers
C++ confusing closure captures [v] vs [v = v]
8 votes
C++ function resolution matches different function when I adjust their sequence
6 votes
Creating variadic template with template object containing string
5 votes
Why do we need voidify function template in uninitialized_copy
4 votes
Is it defined behavior to explicitly call a destructor and then use placement new to reconstruct it?
4 votes
Top Questions
Does C or C++ guarantee array < array + SIZE?
74 votes
6 answers
What justifies the lvalue category of unevaluated non-static data members in C++?
18 votes
3 answers
What is the rationale for non-addressable functions in namespace std?
11 votes
0 answers
Where does C++20 prohibit sizeof...T (without parentheses)
5 votes
1 answers
Why isn't [[carries_dependency]] the default in C++?
5 votes
1 answers