SpiceQA
Questions
Tags
Users
Badges
user_889742
@user_889742
0
reputation
0
answers
19
questions
About Me
// Hello, World !
Top Answers
Is the inverse of std::numeric_limits::infinity() zero?
11 votes
Java method accepting different functional interface types - possible?
6 votes
Why golang g.cancel() is required in func (g *Group) Wait() error
3 votes
What is "using namespace::std" in C++
3 votes
Isn't it bad to have a copy constructor making shallow copies?
3 votes
Top Questions
How do I restrict fold expressions with C++ 20 requirements/concepts?
22 votes
2 answers
python equivalent to c# where T : new()
7 votes
1 answers
Why is there different elision behaviour between static_cast<T&&> and move<T> in VS 2017
7 votes
0 answers
Can I mark a class abstract even if all its methods are implemented?
6 votes
1 answers
Is Thread.yield guaranteed to flush reads/writes to memory?
6 votes
3 answers