StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 13 14 15 16 17 ... 99
Title Δ
Why is std::atomic_ref not implemented in terms of std::atomic +3.00
Why does the compiler prefer f(const void*) to f(const std::string... 0.00
What causes a move assignment operator to not be called? 0.00
Absolutely fried on implementing rotation in a C++ binary search tree 0.00
Hard error when using std::invoke_result_t with a generic lambda +0.10
Try to make meta function which find method "size" in class -1.11
Failure to deduce template argument std::function from lambda funct... 0.00
Overload assign after overloading [][] 0.00
Compile-time "opposite" of std::less? 0.00
Using fields stored in variadic data structure as method arguments -0.64
Why can't the template parameters of this function be inferred... +2.70
When does type information flow backwards in C++? +1.56
Where can I find what std::launder really does? 0.00
Factory method for template classes 0.00
Does C++17 offer generators or another built-in way to transform a... -2.04
What is the usecase of return value for std::vector::emplace_back i... -2.00
Function pointer casting parameter to void -0.23
Does c++11 atomic automatically solves multi-core race on variable... +2.51
Why do I get an exception for this usage of enable_shared_from_this... +3.01
Trying to send any function as a parameter and deduce type? -0.19
Why does the implicit type conversion not work in template deduction? -1.93
Template deduction, is this conforming? -2.00
Bezier Curve in Modern C++ +1.81
You Only Pay For What You Use vs. Inheritance -0.53
Is it possible to insert extra operation in fold expression? -0.03
C++14: How to group variadic inputs by template parameter? +0.85
Copy constructor is called instead of move constructor - why? +1.32
Why there is no throw or sigsegv while accessing empty std::optional? +0.93
Stream std::any without knowing the type +1.86
How should I check whether an underlying-type value is an enumerate... +1.95
std::forward cannot convert brace-enclosed initializer list 0.00
When converting to unsigned, the standard says "the least unsi... 0.00
Structs with the same name/namespace but different members 0.00
how to return a specific type from a variant using a visitor? -0.51
std::string class inheritance and tedious c++ overload resolution 0.00
Why were the std::vector::erase parameters changed to const_iterator? 0.00
Strange behavior with boost::any / any_ostreamable 0.00
Error with visitor to variant and returning different types 0.00
How to refactor class hierachies to avoid diamond problem? -0.10
Can a static_cast<float> from double, assigned to double be o... +0.02
How to compare std::variant of custom classes? 0.00
Templated class and friend functions -0.08
How avoid code replication in the following example? C++ / Cuda 0.00
Handing type-erased data at runtime - how not to reinvent the wheel? -1.51
How to output a word based on the probability of it occurring in a... 0.00
Why is std::mutex taking a long, highly irregular amount of time to... +0.04
c++11 Order of evaluation (undefined behavior) -0.55
Custom class iterator following a list of integer indices? 0.00
How to typedef template function pointer? -1.99
Replace arrays of function pointers using templates in modern c++ -0.15