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 2 3 4 5 6 ... 35
Title Δ
Why are non member static constexpr variables not implicitly inline? -1.41
Concepts/SFINAE error with typename +0.94
Why deduction guide for std::array does not allow different types? +0.83
Current status of std::make_array +0.86
Reason for restrictions of `reverse_iterator` 0.00
Why use “b < a ? a : b” instead of “a < b ? b : a” to impleme... +1.72
New std::map::erase() signature C++17 0.00
Iterating regex submatches represented as std::basic_string_view 0.00
Is it possible to implement the whole std::make_tuple functionality... 0.00
g++ error: no matching function for call to ‘fpclassify(float&)’ -1.76
Does vector::erase reduce vector::capacity? -0.61
incomplete types with std::map and std::variant 0.00
Can an atomic release be "overwritten"? +0.19
Are all valid templates instantiated? +1.34
Function argument evaluation order vs Lambda capture evaluation order 0.00
Why isn't fetch_sub a release operation? 0.00
Will relaxed memory order lead to infinite loop here? +1.07
Why 'acquire/release' can not guarantee sequential consiste... 0.00
Is it correct to say that the compiler can replace the expression `... +0.40
How to decay all variadic template parameters? 0.00
Retrieve innermost template type within the template itself +0.09
Visual C++ perfect forwarding compile error 0.00
Why is copy deduction candidate necessary as a separate deduction g... -2.38
friend, template, namespace +0.90
C++: STL sort STL vector of STL array 0.00
Why doesn't passing temporary object to another thread cause un... 0.00
Are stringstream read failures non-deterministic? +0.17
Possible bug in gcc when using member initializer 0.00
Is it practically OK to delete object not constructed using the new... +0.19
Are function pointers function objects in C++? +0.65
What are the types that are considered callables in C++? +0.88
trailing return type of deduction guide is not a specialization -2.10
Is the c++ primer making something wrong with the usage of `dynamic... +0.24
SFINAE in variadic constructor -2.84
Result of ternary operator on `int` and `float` 0.00
Thrust reduce with tuple accumulator 0.00
Why does GCC think that the template parameter is int whereas it... 0.00
Cannot call std::invoke() with auto& parameter via std::ref() 0.00
How to negate a predicate supplied by `std::bind`? +0.87
Why does std::istream::ignore discard characters? +1.15
strange basic_string constructor c++17 +0.87
Is template-name<TT> a deduced context? +0.84
Template template and CRTP: compiler bugs, and GCC and clang do not... 0.00
Value initialization: MSVC vs clang -0.34
How to Support Variadic Template Types in Visual Studio 2017 -0.08
Short circuit dispatching and stop condition in a string-literal to... 0.00
Does a function pointer need to point to a function with external l... 0.00
How Can I Prevent Template Generation for Objects That Don't Im... 0.00
Reinterpreting a union to a different union -1.06
How to Insert spaces in (cout << ... << args) using fol... 0.00