StackRating

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

Jans

Rating
1530.81 (17,835th)
Reputation
9,074 (17,078th)
Page: 1 2 3 ... 5
Title Δ
Clang does not notice default template parameters +0.49
Which overload resolution rule applied here? 0.00
Template meta-programming: Wrong number of template arguments in Pa... -0.41
ADL does not find templated free function 0.00
Why doesn't this work? (brace-initialization of references) 0.00
Is it safe for std::generate_n's functor to capture and operate... 0.00
how c++ std::function bind to a template function? -1.17
C++ overloading conflict on exact template argument +2.20
std::packaged_task with std::placeholders +1.82
Zero-initializing elements of a std::array with a default member in... -0.92
"Middle classes" in diamond inheritance graph using non-d... +0.78
Different behavior across compilers for std::enable_if (dependent o... +2.27
how to flatten nested templates parameters? +0.29
In a class constructor, define a vector of T type 0.00
Multiple templated variadic templates 0.00
What's the lifetime of temporary objects in a range-for? -0.84
Template parameter type is treated as complete by the compiler, but... 0.00
How to get template function to use back_inserter over inserter whe... +0.56
Disabling a constructor entirely using `std::enable_if` 0.00
What happens when std::make_unique<T>() assigns to std::uniqu... 0.00
Template parameter can't be deduced on implicitly constructed a... -1.00
How to reuse operator overloads for different types? -1.79
How post-increment operator works with user defined types? +1.27
Trailing return type for a friend function that accepts class argum... +1.88
Simplifying the use of std::function stored within a class's st... 0.00
Is there a way to use the erase-remove idiom in concert with other... -0.53
Expand parameter pack in calling the base types' methods when v... -0.17
Calling constructor from copy constructor +2.59
How to assert that a constexpr if else clause never happen? +2.52
C++ same namespace issue 0.00
Able to change private const class member +2.46
Why std::any & operator= for ValueType is not conditionally noe... -0.87
Can I declare operators inside a union? +0.47
Using a C++ user-defined literal to initialise an array -0.38
Value vs. Object +2.17
How to return a value of a type aliased in a class? +0.96
Is there a way to get a given number of inputs where the number is... 0.00
is_nothrow_default_constructible with a noexcept(false) default con... +2.08
Enum Class Default Initialization -1.27
Why does a generic type that can be casted not get implicitly conve... +1.47
What's the difference in these overloading of << operator 0.00
no matching function for call to ‘bind(<unresolved overloaded fu... 0.00
How to apply a meta function to the template types of a variadic te... +2.09
Initialize an N-sized std::vector with std::uniform_real_distributi... +0.34
Should `const` and `constexpr` variables in headers be `inline` to... 0.00
C++ const reference initalization and curly braces syntax 0.00
template parameter list for literal operator -1.45
C++ function with a generic and optional class 0.00
Why does decltype(auto) not work as expected? 0.00
SFINAE with Templated class Member functions 0.00