SpiceQA
Questions
Tags
Users
Badges
user_8372853
@user_8372853
0
reputation
0
answers
40
questions
About Me
// Hello, World !
Top Answers
How to make a for loop variable const with the exception of the increment statement?
121 votes
Doesn't constraining the "auto" in C++ defeat the purpose of it?
74 votes
Is using if (0) to skip a case in a switch supposed to work?
59 votes
Why is an overloaded function with two arguments of type double called when passing a long long?
49 votes
How can I better check whether two char variables are in some set of values?
41 votes
Top Questions
What are the breaking changes caused by rewritten comparison operators?
44 votes
2 answers
Are the addresses of two temporaries guaranteed to be different in the same expression?
29 votes
3 answers
How does the erase-remove idiom work with ranges/constrained algorithms?
19 votes
3 answers
How do variadic type template parameters and non-type template parameters of the template template parameter of a nested class constrain each other?
17 votes
2 answers
gcc and clang disagree on whether expression is constant evaluated
13 votes
1 answers