StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

songyuanyao

Rating
1756.69 (35th)
Reputation
104,828 (688th)
Page: 1 ... 16 17 18 19 20 ... 55
Title Δ
What happens during template argument deduction? -2.44
make_unique with brace initialization +2.04
Constexpr variable captured inside lambda loses its constexpr-ness +0.94
initializer list with struct and inheritance +1.31
Overload resolution, order of defined functions and templates +1.54
Why this c++ code is not returning address of each character in the... -2.57
C++ reference pointer as parameter to alter pointer 0.00
why my c++ function refused to return a const reference? +0.21
Why doesn't "auto ch = unsigned char{'p'}" co... 0.00
How does the c++ container "set" indenify two equal keys? 0.00
Difference between `vector<int> v;` and `vector<int> v... -1.00
Returning objects of different types based on template type in C++ 0.00
Why C++ compiler chooses wrong function (templates) 0.00
Template argument deduction failure with operator overloading 0.00
C++ can't find function out of namespace +0.94
Extracting parameter from auto template parameter callback +0.81
C++ overloading operator+ for double+complex? 0.00
Assign a dynamically allocated array in a constructor to a unique s... 0.00
Why can't I create a template function with an optional UnaryPr... +1.22
Why can dynamic binding override name hiding in C++? 0.00
C++ working with templates for integral types, candidate template i... 0.00
Specialize member functions based on size of member container -2.00
Cannot pass this because wrong conversion of class type +1.11
What type does the conversion logic target? +0.64
Constructing std::function argument from lambda 0.00
Why implicit conversion to std::string doesn't work with operat... 0.00
How to test for typename in class? -0.29
Member function template deduction guide or other method to let the... +0.22
emplace_back is not creating inplace object +0.21
Can I get rid of template specialisation with std::enable_if? +1.15
Is accessing a non-existent member NOT considered an "error&qu... +1.38
What is the difference between auto deduction and template type ded... -0.81
Deducing template return type based on operator?: result 0.00
explicit specifier doesn't seem to work when converting an obje... +1.71
friend function defined inside a template class -0.21
Forward declaration cause "one or more multiplied defined symb... +1.16
Allocation as default initialization -2.23
C++ Behavior of priority_queue pop() and top() when queue is empty -1.34
Implicit cast from function to function pointer? 0.00
Why can't I initialize an auto deduced pointer with nullptr? -0.34
Understanding lvalue/rvalue expression vs object type +0.74
How to implicitly deduce the type information of the element in arr... -2.58
operator+ overload error. Unable to return reference to object 0.00
Extending lifetime of std::tuple<int&,int> by assigning i... -0.52
Error: no matching function for call to 'variable' 0.00
Assigning a lambda within a switch statement 0.00
How to print out the contents of a vector with copy_n? -2.89
How to get template function to use back_inserter over inserter whe... -3.08
Function overloading between anonymous namespace and named namespace 0.00
How to assert that a constexpr if else clause never happen? -1.15