SpiceQA
Questions
Tags
Users
Badges
user_9528746
@user_9528746
0
reputation
0
answers
10
questions
About Me
// Hello, World !
Top Answers
Understanding the as-if rule, "the program was executed as written"
143 votes
Why don't C++ compilers do better constant folding?
39 votes
Auto formatter changes > > to >>
28 votes
What is the best C++ data structure that could be used for storing and managing a collection of integers?
22 votes
C++ template deduction from lambda
13 votes
Top Questions
Is the compiler allowed to constant-fold a local volatile?
25 votes
3 answers
SFINAE on functions with default parameters - free function vs operator()
20 votes
2 answers
Why does {} as function argument not lead to ambiguity?
20 votes
1 answers
Variadic template only compiles when forward declared
17 votes
1 answers
Template specializations in friend declarations post C++20
17 votes
2 answers