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 2 3 4 ... 18
Title Δ
Are checked guard parameter packs cause of ill-formed programs in c... 0.00
cast operator function compiles fine in g++ but not in other compil... 0.00
Why is in-class partial specialization well-formed? +1.82
Using a parameter's name inside its own default value - is it l... 0.00
What is the rationale behind decltype behavior? -2.30
Are C++14 digit separators allowed in user defined literals? -1.44
Why generic lambdas are allowed while nested structs with templated... +2.19
Deduce template argument for size of initializer list +1.38
Generating a sequence of zeros at compile time +0.61
noexcept operator and enable_if_t: do they work together? 0.00
type of reference-captured object inside lambda 0.00
Using lambda in default initializer gcc vs clang 0.00
Clang and GCC disagree on legality of direct initialization with co... +1.50
Weird constexpr typeid errors 0.00
gcc vs. clang, msvc and icc: Is this function call ambiguous? +1.23
Overloading conversion function templates 0.00
Inconsistency in function type decay between variadic/non-variadic... +0.86
Does the C++ specification say how types are chosen in the static_c... 0.00
In C++, can a C-style cast invoke a conversion function and then ca... 0.00
Can the conditional operator produce a cv-qualified, array, or func... 0.00
mixed-sign integer math depends on variable size 0.00
Why there is no function-try-block for lambda? 0.00
What is the exact meaning of the statement "The expression e i... 0.00
How can I use a constexpr function during pack expansion? +1.11
Practical limitations on amount of constexpr computation 0.00
GCC accepts `constexpr struct {} s;` but Clang rejects it. Who is c... 0.00
Strings in headers -- does this violate the ODR? 0.00
Redeclaration in a namespace that does not enclose the original dec... 0.00
Pretty way to say "foo not in {bar, baz}" in C++11/14 -0.18
Return type match with auto and friend function 0.00
What is const void? -0.23
constexpr static template function: g++ error is a warning on clang 0.00
Return void or reference to self? -2.13
Is this trailing return type legal in C++11? 0.00
Why is mutable specifier classified to be storage class specifier,... 0.00
Argument-dependent lookup behaving unexpectedly on types aliased fr... 0.00
Is the behavior of a functor created by std::bind well-defined when... -1.98
What is the order of destruction of function parameters? 0.00
equal_range and range for 0.00
Unexpected return type when combining std::forward, std::move and v... 0.00
Is `(T *)0 - (T *)0` well-defined to be 0? 0.00
Requirements for (not-quite-) constexpr template arguments 0.00
Is 0-initialization of atomics guaranteed to set the value member t... +1.00
static const vs constexpr member fields in C++11/14? 0.00
Make foo(derived_object) call foo(Base const&) instead of templ... +0.26
Copying std::vector of primitive types behavior +1.75
Query the alignment of a specific variable -1.31
Compiler discrepancy: Interaction between alias resolution and name... +0.99
Is it legal to use variadic templates in operator overloading? +1.87
Why are mutexes and condition variables trivially copyable? +0.33