StackRating

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

Johannes Schaub - litb

Rating
1660.40 (425th)
Reputation
487,788 (64th)
Page: 1 2 3 4 5 6 ... 52
Title Δ
c++11 inheriting template constructors 0.00
Global names between main and shared library not visible -0.91
Is it possible to legally overload a string literal and const char*? 0.00
Is it possible to infer template parameters of tuple from brace-typ... 0.00
Why would they special-case certain initializer lists instead of tr... +0.49
C++, templates and compiler error in VS 2010: invalid explicit argu... +0.27
When to constrain template parameter types to concrete classes +1.46
Implicit instantiation of function templates when taking their addr... +1.64
Ambiguity involving templated conversion operator and implicit copy... 0.00
decltype and lvalue expression +1.44
Does `decltype` give me an object's static type, or its runtime type? -2.55
Constructor and initializer_list -0.21
Maximum number of else statements in C++ +0.22
C++ choose overloaded constructor for a stack object by condition -1.16
Constructor for nested initializer lists +1.39
Why are operations on primitive types unsequenced instead of indete... 0.00
is a temporary l-value or not? -1.40
C++ templated constructors: Do they prevent certain types from bein... 0.00
When is a template more specialized than the other? 'And'/'Or' conf... +2.33
Unexpected overload resolution with default function template param... 0.00
Is it legal to friend a function via a using declaration? 0.00
Name Lookup inside the parameter list of member function +1.06
What is an example of a difference in allowed usage or behavior bet... 0.00
Using array init list as temporary in C++11? 0.00
Getting a typedef of a template parameter, or failing that, getting... +0.70
Do non-dependent default template arguments of function templates a... 0.00
Forward declaration syntaxes have different behavior 0.00
typedef and using declaration for same name at same scope 0.00
Does initialization entail lvalue-to-rvalue conversion? Is `int x =... 0.00
Ways to distinguish string literal and runtime generated string +0.26
C++11 initializer_list constructor marked "explicit" +1.45
Array initialization when using new +0.14
Variadic function template with pack expansion not in last parameter +0.18
Using -1 to initialize an unsigned in { } initialization of struct... -1.86
Which standard wording tells us that ref-to-const temporary lifetim... -0.03
Variadic template code compiles on GCC 4.6 but not on clang or GCC... 0.00
Is declval<T>() the same as (*(T*)nullptr)? -2.24
how to overload empty std::initializer_list? +1.76
Confusion about in-class initialization of static data members 0.00
partial ordering with L-value-ref -2.01
Function template signatures 0.00
Operator in namespace scope hiding another in global scope +1.21
clang++ - treat template class name as template in the class scope -2.58
Clang access modifier order and decltype 0.00
Validating that an array has no duplicated values -1.00
increment operator not working with sizeof +0.25
'&' : illegal operation on bound member function expression 0.00
Is it OK to emit a signal from an object's destructor in Qt? 0.00
So why is i = ++i + 1 well-defined in C++11? +1.88
Is &vec[0] defined behavior for a std::vector vec? +0.52