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 ... 41 42 43 44 45 ... 99
Title Δ
How do const references as return values work in C++ +1.91
Is this a good way of using std::shared_ptr<void>? +1.61
"Splitting" a matrix in constant time +1.93
Template specialization for T and function-object that returns T -1.23
Garbage values in lambda-captured variables as callback +2.03
Should use unique_ptr to more easily implement "move" sem... +0.70
Accessing an object without storing a pointer to it in each instance +1.81
Are there more than two benefits of move semantics? +1.94
C++: Copy constructor crashing +0.44
Are functors actually faster than pointers to functions? +1.38
Does the C++ standard specify that for some cases the compiling sho... -0.15
C++ pointer spoofing -1.59
Is there any reason to capture a return-value as an rvalue-reference? -1.29
C++11: erase-remove idiom when searching a specific member of objec... -2.20
How do I template overload an operator for a group of related class... +1.30
Expanding parameter pack into lambda with fold expression - gcc vs... +2.36
Uses of destructor = delete; +1.56
C++: how can I overload a function so that it can take any functor,... 0.00
C++: Overriding virtual pure function derived from a template class +0.44
No instance of constructor matches argument list 0.00
Where are the declarations of non-standard functions stored in c++? 0.00
Functions turning noexcept in C++17? 0.00
How to retrieve collisions of unordered map? +0.44
Why does g++ fail init of std::function<> from type with conv... -2.11
Prevent coder's error "forget to divide by time" in P... +0.43
Sum the components of a tuple up by using std::get, std::tuple_size... +2.45
Why does unordered_map say no matching constructor for initializati... +3.03
Why does gcc and clang produce very differnt code for member functi... -1.66
Can I move elements from a range-based for? -2.20
Arrays - Why is the subscript operator tied to the identifier? +2.62
Wrap a C API function returning pointer into macro call -1.05
Removing back pointers with the use of explicit instantiation decla... -0.58
Why there are two signatures of std::forward? 0.00
Is mersenne twister thread safe for cpp +0.38
Invalid conversion from const &parameter to &parameter seem... -1.98
SFINAE remove function from overload set if a free function does /... -0.05
c++11 : easiest way to create a function always returning true to u... -1.96
Why can a std::tuple not be assigned with an initializer list? -0.66
type-erasure, delegates, and lambda functions, versus msvc -2.02
Pimpl idiom using shared_ptr working with incomplete types 0.00
How to define (overload) symmetrical binary operator between two cl... -0.52
Why can't I have an enum as the underlying type of another enum? -0.64
Split a parameter pack at a given type -0.07
Mapping one type to another to use with own algorithm 0.00
Passing a function with templated parameters as an argument, with f... +0.43
Is there a way to SFINAE based on available overloads in the curren... -1.69
MSVC - Member detection with void_t doesn't work properly 0.00
Is it legal to index into a struct? -0.24
move constructor vs. move assignment operator 0.00
Hashing std::vector independent of items order 0.00