SpiceQA
Questions
Tags
Users
Badges
user_9593596
@user_9593596
0
reputation
0
answers
5
questions
About Me
// Hello, World !
Top Answers
Most elegant way to write a one-shot 'if'
91 votes
Is there a nice way to assign std::minmax(a, b) to std::tie(a, b)?
29 votes
Why does `std::string::find()` not return the end iterator on failures?
28 votes
Efficient and simple comparison operators for structs
26 votes
Initializing variables in an "if" statement
24 votes
Top Questions
Where do standard library or compilers leverage noexcept move semantics (other than vector growth)?
13 votes
2 answers
Is Herb Sutter's code joke in GotW #35 on typename out of date?
10 votes
1 answers
Why is it allowed to reinterpret_cast integral, enumeration and pointer-to-member types to themselves?
7 votes
1 answers
How to (eval ...) in a chicken r7rs library?
5 votes
1 answers
Shouldn't the iterator types of Boost's small_vector satisfy the std::contiguous_iterator concept?
2 votes
1 answers