StackRating

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

dyp

Rating
1626.90 (946th)
Reputation
32,033 (3,727th)
Page: 1 2 3 4 5 6 ... 11
Title Δ
Why does this exceed the maximum recursive template depth? 0.00
Why would the default Initialization fail when copy constructor is... -0.27
How to change string in multimap +0.35
Why does std::copy_n not increment the Input iterator n times? +1.94
Strange behavior with c++ recursive templates when c++11 is enabled 0.00
Need an example showing that default constructor is not inherited -0.06
Dependant non-type template parameter and variadic template +0.96
How do you prepend to std::stringstream? 0.00
Template isn't resolving type to correct overload +1.33
Use a templated variadic template parameter as specialized parameter +0.35
Compiler error using iterator: " error: ‘... ::iterator’ has n... 0.00
Export template instantiation as C function 0.00
Parallel writes of a same value +0.78
Const reference qualifier on a member function +0.38
C++11 std::is_convertible behaviour with private copy constructor 0.00
Is a std::vector<T> movable if T is not movable? +1.88
const_iterator, find_if and bind2nd: no match for call to error -0.72
const and rvalue references +1.40
Where in the C++ Standard is it stated that a const rvalue referenc... +2.21
About template inheritence 0.00
Clang giving very different performance for expressions which intui... 0.00
Conversion constructor called for move but not for copy 0.00
SFINAE to enable nontemplate member function +1.19
C++11 variable argument alignment +1.50
How to specialize a traits class for T as well as all of T's descen... 0.00
Is std::is_signed<bool>::value guaranteed to return false? +0.35
Move constructors and `std::array` -0.34
Using boost::future with "then" continuations +1.50
Strange behavior of templated operator<< 0.00
Class template member specialization -0.83
Add method to class for each template (int) parameter 0.00
C++ type that can only be used as constexpr variable -0.54
Namespaces and a user-defined operators with stl algorithms -2.03
Comparing two map::iterators: why does it need the copy constructor... -0.71
Explicit call pseudo destructor in clang 0.00
Calling boost::function<void(BaseType)> with derived types 0.00
Forcing the copy constructor 0.00
template template paramater expansion for variadic templates +0.68
Clang issue: Detecting constexpr function pointer with SFINAE 0.00
Partial template specialization based on argument traits 0.00
What's wrong with this recursive polymorphic C++1y lambda call? +1.37
Error converting form boost::shared_ptr<T> to std::shared_ptr... 0.00
Two Q. That were on my Procedural Programming exam no one answered... +1.53
Overload resolution with std::function +0.38
how to use functor and function pointer together? unable to assign... 0.00
Reference to const T initialized by value of type other than T +1.74
Overloading operator-> when operator* returns temporary 0.00
Can class-local types be used in template classes before they are d... +0.36
Specialize template for types that contain typedef +1.43
Variable size array as class member: why does it compile? 0.00