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 ... 8 9 10 11 12 ... 35
Title Δ
Why are are std::allocator's construct and destroy functions de... +1.45
Why does cout << "hello" choose the non-member vers... -1.00
Is sizeof(int()) a legal expression? 0.00
Convenient type-inferring way to reassign `unique_ptr` value with n... +0.86
<cmath> hides isnan in <math.h> in C++14 / C++11? +0.48
How is the initialization below well-formed? -0.47
How does substitution work in template argument deduction? 0.00
C++11 (g++ thread sanitized) Ordering nonatomic operations with ato... +1.29
Clang skips processing of an initializer list construction 0.00
Does standard C++11 guarantee that temporary object passed to a fun... +1.44
Is there a shorthand for std::lock_guard<std::mutex> lock(m)? +0.65
Const member function and typedef, C++ -0.81
How to write a variadic template recursive function? -0.38
Why are ordered std::map and ordered std::set not invited to make t... 0.00
Why I can't increment the parameter of the simple constexpr fun... +0.91
Variadic template constructor with multiple parameters packs 0.00
std::unique_ptr constexpr constructors -2.12
Passing template class as template template parameter inside class... 0.00
do I put [[maybe unused]] on function declarations or definitions? +1.45
May I use iterator of a list of an incomplete type? 0.00
Multiple return values (structured bindings) with unmovable types o... +1.55
Why do I have to to use std::string() even for "" to sati... +0.76
Can I somehow not write out the full qualified return type name? 0.00
constexpr if and static_assert +0.87
C++11/14 INVOKE workaround 0.00
c++ variadic template argument iterating 0.00
Why can't I initialize vector<foo> from std::initializer_... 0.00
Cannot convert result of std::bind to std::function -0.30
placement new for lambda capture +0.20
term doesnt evaluate to 1 argument in std algorithm when using unar... 0.00
Inheritance wrong call of constructors 0.00
Compile error when using a member of a user-defined literal 0.00
C++11 result_of deducing my function type failed -1.29
Reimplement insert iterator to make easy work with "related ty... 0.00
What is the meaning of `*dynamic_cast<T*>(...)`? 0.00
How can I shift types inside a type list? 0.00
with std::transform, better to use begin() or back_inserter()? 0.00
Is it possible to interleave parameter packs? +0.25
Template overload precedence +0.79
Narrowing conversion in pair with braced initializer compiling if s... 0.00
Shall external "C" enclose the declaration or definition... -0.39
Why does one-definition-rule-use (odr-use) depend on the context? 0.00
std::nullopt_t constructor rationale 0.00
Constructing a constexpr std::weak_ptr 0.00
std::enable_if an argument is a function? +1.37
What is the most efficient way to expand a variadic template's... 0.00
How to safely cast integral types to scoped enums +0.38
Does C++ have existing method to check if an object is a derived-ty... +0.83
Are C++ templates be checked for syntax errors without instantiatin... -0.84
Non-trivial example of undefined behavior with const_cast +0.20