SpiceQA
Questions
Tags
Users
Badges
user_1023390
@user_1023390
0
reputation
0
answers
9
questions
About Me
// Hello, World !
Top Answers
Efficiently find an integer not in a set of size 40, 400, or 4000
31 votes
Should I avoid using goto here? If so, how?
21 votes
What is the point of making an argument that is passed by value constant?
5 votes
How can I check if a templated method was called at compile-time?
3 votes
Should I assume weak pointer usage if there is any cyclic relationship?
2 votes
Top Questions
Is there an elegant and fast way to test for the 1-bits in an integer to be in a contiguous region?
84 votes
10 answers
When to use `static_assert` instead of SFINAE?
27 votes
4 answers
Rationale of restrictive rules for extract and re-insert with map
12 votes
2 answers
What is the purpose for std::construct_at to cast through a pointer to volatile when using placement new?
11 votes
1 answers
clang fails to generate defaulted move constructor upon template instantiation
8 votes
1 answers