StackRating

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

T.C.

Rating
1736.14 (56th)
Reputation
110,671 (623rd)
Page: 1 ... 6 7 8 9 10 ... 35
Title Δ
Forward iterator/random acces iterator and `operator*` over tempora... -1.12
Is there a type-erased function wrapper in the Standard Library tha... +0.97
What does const means in auto return declaration with trailing retu... 0.00
Is there a constant expression that is not a core constant expressi... +0.92
Standard library facilities which allocate but don't use an All... 0.00
Error when returning reference to type given the expression: `cond... +0.62
Can't use captured variable before deduction of auto 0.00
lambda capture during initialization should be an error 0.00
constexpr with untouched non-constexpr arguments: Who is correct, c... 0.00
When is a pointer-to-array convertible to a pointer-to-array of dif... +1.79
Why does the C++ standard specify that unqualified names in a templ... +0.65
STL iota include file change +0.61
Can't use base class template member function 0.00
c++17 efficiently multiply parameter pack arguments with std::array... -2.21
using std::bind with std::reference_wrapper::get 0.00
C++ String to lowercase with custom locale -0.30
generic lambda auto in parameter type template type -0.31
Is it defined behavior to use placement new to change type of varia... 0.00
Lexicographically compare two strings at compile time in C++11 +0.77
C5027 "Move assignment operator was implicitly defined as dele... 0.00
Does a constexpr move constructor ever make sense? -0.12
Why GCC warns when casting an uninitialized volatile pointer to `vo... -0.63
C++ explicit integral user-defined conversion -0.92
Changing a template return type appears to have an effect on an ove... 0.00
result_of, make_tuple, parameter pack 0.00
`pair::operator=(pair&&)` error with `auto&` deduced mo... 0.00
Are require-clauses evaluated after parameter substitution inside d... 0.00
Different compiler behaviors on type trait to test implicit default... 0.00
Function result auto&& 0.00
Why are C++11 override and final not attributes? +0.17
Is the sub-object of a temporary object guaranteed to be moved on r... -1.29
Conditionally constexpr member function 0.00
Why does skipping occurs when using std::remove() to remove more th... -0.62
C++17 construct array in stack using choosen constructor (same cons... 0.00
Template class specialization vs function overloading 0.00
Is assignment to a std::vector element thread-safe? -0.02
Should non-capturing generic lambdas decay to function pointers? 0.00
Inheritance or composition when recursing over a parameter pack? +0.66
When I make the statement root->right->right = newnode(7); a... 0.00
Will C++17 support the simpler Range-based For Loop? +1.20
std::function with noexcept in C++17 0.00
How to avoid decay with template parameter deduction -1.58
Deleted constructor - MSVC reports an error, Clang doesn't -2.32
Is there a tuple for_each() that returns a tuple of all values retu... +0.35
Visual C++ reports an ambiguous symbol error for non-ambiguous class 0.00
Do const references in structured bindings extend the lifetime of t... 0.00
Are un-prefixed string literals concatenated with prefixed ones? 0.00
Always prefer set<T, less<>> to set<T> since C++14? +1.16
Do classes with explicit constructors require piecewise_construct i... 0.00
Type traits for both `type` and `const type` +0.49