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 ... 5 6 7 8 9 ... 35
Title Δ
why std::move takes forward_reference instead of lvaue reference 0.00
compare nested iterators after boost transformed() +0.18
Append and replace the contents of one map to another map? +0.56
Template class accepting std::vector<T> or std::array<T> +0.88
C++ statement is ignored in function 0.00
Why does std::map emplace need a copy constructor on gcc? +0.19
structured bindings: when something looks like a reference and beha... +0.19
C++: is std::unordered_map guaranteed to be node-based? 0.00
SFINAE not working inside decltype() when attempting to disable a n... +0.95
Underlying type for std::uint8_t 0.00
Initializer list and structured bindings deduction ambiguity in C++17 +0.20
decltype(*this) equivalent outside function body -1.81
Combine two almost identical class templates -1.76
std::is_assignable and std::pair<const T, U> 0.00
Safety of std::unordered_map::merge() +0.19
Why does an std::any_cast of a passed std::any inside a dlopen'... 0.00
Why this SFINAE snippet is not working in g++, but working in MSVC? -0.38
Overload resolution for multiply inherited operator() +1.50
GCC and Clang disagree about C++17 constexpr lambda captures 0.00
Partial ordering of forwarding reference and normal reference with... 0.00
Special rules regarding SFINAE for incomplete types 0.00
C++ Pimpl idiom, class templates, and void template parameter 0.00
Is the move constructor called after invoking a conversion function? 0.00
What does the scope resolution operator return in case of Type::var? +0.89
Is noexcept deduction allowed in class template partial specializat... +1.01
Instantiating a template function in all M * N combinations +1.24
Perfect forwarding of variables declared with structured binding +0.85
use of boost::hana::eval_if_t before deduction of auto 0.00
Why struct with auto_ptr and explicit destructor unable to swap 0.00
Calling class function on templated container member 0.00
std::function std::bind with lambda overload ambiguity +0.72
std::vector insert without knowing the type of the elements +1.23
Function returning its argument or checking for nullptr +1.41
"constexpr if" not support alias using? 0.00
Why doesn't this SFINAE work as expected? 0.00
partial template specialization error 0.00
binding std::normal_distribution to a std::function for storage in... 0.00
`noexcept` specifier for getters and setters -1.55
Why not capture the already propagating exception in `std::promise:... +1.00
finding type, for which is_constructible holds -0.29
This code, why does it have to show undefined behavior? 0.00
By-ref arguments: is this an inconsistency between std::thread and... +1.11
Inconsistencies with conditional noexcept and overloads 0.00
Is there a way to partially match a variadic template parameter pack? +0.75
constexpr reference to non-const object 0.00
How std::mutex got unlocked in different thread? +0.57
Is that a feature or a bug of clang c++11 std::regex_match? 0.00
Isspace Character Function 0.00
"std::isdigit" is crashing for few extended ASCII Chars 0.00
std::shared_mutex with std::shared_lock is reader or writer preferr... -2.37