SpiceQA
Questions
Tags
Users
Badges
user_2666289
@user_2666289
0
reputation
0
answers
14
questions
About Me
// Hello, World !
Top Answers
Why does Math.min() return -0 from [+0, 0, -0]
60 votes
typeid("") != typeid(const char*)
18 votes
How to pull a pull request from upstream in github
17 votes
Why apply a non-exist key to map::find would return a iterator with first value map size in C++?
11 votes
Is it possible to store a reference in a std::any?
10 votes
Top Questions
Call operator with auto return type being chosen instead of constructor when using std::function
18 votes
1 answers
What is the purpose of extern C AND C++ for a single function (bsearch / qsort)?
15 votes
1 answers
Why is it not possible to instantiate pair with "non const" copy constructor while it is possible to instantiate one without?
11 votes
2 answers
Is it valid to overload function with extra non-deducible template parameter?
7 votes
1 answers
How to make a function or constructor that accepts array of any rank
7 votes
3 answers