SpiceQA
Questions
Tags
Users
Badges
user_2079303
@user_2079303
0
reputation
0
answers
2
questions
About Me
// Hello, World !
Top Answers
Is if(A | B) always faster than if(A || B)?
92 votes
Why is Python recursion so expensive and what can we do about it?
52 votes
Null pointer check via "myPtr > 0"
39 votes
Why does a const reference to a reference lose its constness?
33 votes
How to make a header-only library with cmake?
32 votes
Top Questions
What is correct syntax for explicit call to conversion operator with deduced return type (auto)
20 votes
0 answers
How to define default for a const rvalue reference parameter using a named variable?
4 votes
1 answers