StackRating

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

Columbo

Rating
1700.65 (151st)
Reputation
53,559 (1,829th)
Page: 1 ... 6 7 8 9 10 ... 18
Title Δ
Correct usage of `for_each_arg` - too much forwarding? +1.28
Check traits for all variadic template arguments +1.64
Could someone explain the meaning of "using"? -2.39
Why does pointer decay take priority over a deduced template? 0.00
Declarative region of a function parameter +2.04
BOOST_TYPEOF returns int instead of const int 0.00
Compact and Simple std::tuple inversion +1.35
Type-casting in C++ +0.59
C++ overload resolution, conversion operators and const +0.93
clang/g++ difference with private inheritance and using declaration 0.00
I'd like to see an example of a function name being ignored in... 0.00
Is the "lazy man's enable_if" legal C++? +3.13
unique algorithm with move iterators 0.00
C++ enforce second-pass name lookup in template function +0.30
Reordering of the class members in clang and g++ 0.00
Variadic templates: Interlacing multiple packs +1.53
Is there a way to break down a templated pointer to a function? -0.38
Can a const int ref in a constructor safely bind to a literal? +1.62
Template friend function of template class that introduces a new te... 0.00
With respect to char pointer, how does the sizeof operator work? +1.30
Member function, unable to deduce ‘auto’ +1.23
error: expected ';' before defining object of class +2.22
constexpr of static tuple class member has linker error +1.38
Am I correct in my observation below about §9.3.1/3 in the C++... -0.87
Does type aliasing issue exist only when pointers are passed to fun... 0.00
Declaring an array of pointers in C++ +1.07
Private function member called outside of class -0.94
violation of const variable using a pointer c++ -0.17
std::is_constructible on type with non-public destructor +2.97
extending namespace std via partial template specialization 0.00
Conditional compilation based on template values? +0.32
When should we use sizeof with and without parentheses +2.40
Why is this initializer_list constructor a viable overload? 0.00
Interesting behaviour when calling constructor in templated constru... +1.34
uintmax_t not handling 128 bits +1.83
How to check a type for a nested template? 0.00
std::shuffle doesn't compile with std::list -1.11
Why do I get "conflicting declaration" error using two an... -2.59
typedef and template parameter with same name +0.83
Is using pointers and references of an object as function arguments... +1.07
C++ casting void pointer to template class +1.41
Compilation fail when apply function_traits in a nested lambda +0.33
Why vector does not call destructor of pointers on clearing? -0.92
Ambiguous function call with two parameter packs 0.00
unable to match function definition to an existing declaration in cpp 0.00
How to use boost::split with boost::string_ref in boost 1.55 -1.38
Multi-dimension array allocation for class variable 0.00
How to resolve this ambiguity? 0.00
how to select function template specialization? -0.20
Why return-type 'cv' is ignored? +2.02