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 ... 4 5 6 7 8 ... 11
Title Δ
Should all C++ functions be declared taking rvalue from now? +0.39
Compile Time Recursive Sort with Selection Algorithm +0.39
Forwarding constructors calls 2 times copy constructor of base class +0.17
Does the equals sign make a difference in brace initialization? +0.39
Variadic recursive template mem fun specialization 0.00
Universal reference in constructor causes failure, can't assign cal... +1.78
Conversion operator between template derived classes -0.29
Initialization of member array objects avoiding move constructor 0.00
Why is the move constructor neither declared nor deleted with clang? +0.17
C++ Should I overwrite copy constructor in derived class +0.12
Variadic Templates on Method Accepting Function Pointer -0.45
Array declaration and initialization in C++11 +1.16
Non-constexpr function's use in constexpr constructor is valid 0.00
Clang Comparison Bug with negative values in strongly typed enum? 0.00
Can a C++11 lambda capture a file scope variable? 0.00
Finding exactly N consecutives in a sorted list +1.16
Why is constexpr required even though member function is constexpr? +0.37
Why push_back is slower than operator[] for an previous allocated v... +0.39
class template specialization that accepts all versions of const /... +0.40
Why std::is_function<T> is causing compilation error? 0.00
signed/unsigned trait programming -0.60
Moving const and overloaded Universal Reference in C++ +0.03
Check for arguments type in a variadic template declaration +0.40
How to remove last argument of variadic template -0.10
Random string generator c++ -0.99
How to determine if a function returns a reference in C++03? +1.79
C++ count_if function - couldn't infer template 0.00
How to optimize an indirect radix sort? (a.k.a. how to optimize unp... 0.00
multiple use of policies in policy-based design +1.62
Templated typedef workaround doesn't seem to work 0.00
Ensuring a static member of a class is constructed 0.00
Acquire a function type for a member of a class template? 0.00
Templated operator overload resolution, member vs non-member function 0.00
Initialize a template struct at definition +1.34
Initialize a constexpr array as sum of other two constexpr arrays 0.00
C++ - Defining class template (header/source file) +0.34
CRTP and c++1y return type deduction +1.45
How to do `using` of weak enums in C++11? +0.04
error: implicitly deleted because the default definition would be i... 0.00
Metafunction to compute x^n and return the integer limit without ov... 0.00
What happens if we use "decltype(auto) f()" as a function... 0.00
Using typeid with templates 0.00
Simulating non-local (or free) variables in a locally defined struct +0.15
Where to declare partial specializations of class member templates? 0.00
how should I call all functions in a variadic parameter pack if the... +1.89
How can I use Variadic templates to flatten a tree of types? -0.07
How to combine template partial specialization and template argumen... -0.91
Range-based for loop and std::vector: are elements processed in ord... -0.58
Template class constructor overload resolution 0.00
Why is operator<< for enum not being used? +0.38