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 ... 60 61 62 63 64 ... 99
Title Δ
std::function variable arguments in one vector/map -2.36
How to extract subvector from a vector? +0.07
c++ template with multiple packs, deduction by parameters and retur... +0.80
How to print sum greater than 5 Billion -2.34
Binary search using variadic templates and lambda functions 0.00
Is there a way to have type literals in C++? 0.00
Why isn't std::function working with perfect forwarding? 0.00
C++ Templates: override some, but not all, default arguments? -0.26
why is void_t necessary to check for the existence of a member type? +0.71
How to enable new compiler features without breaking old compilers... 0.00
Why doesn't narrowing affect overload resolution? +2.14
Pass lambda to numerical library +1.37
Can we make a scanf like function that returns true when all parame... -1.46
Proper syntax to use std::map access operator [] via std::unique_ptr -1.40
How to return a std::function that contains a std::unique_ptr from... -1.28
How to implement one to many relation, while allowing efficient sea... 0.00
c++11 std::function like functors incomplete type -0.85
Why no inheritance relations between the C++ <mutex> mutex... 0.00
invalid use of void expression with thread and an object -1.15
Template function that matches only certain types? -1.47
Undefined reference to template class destructor +1.40
A circular dependency involving comparison functors 0.00
Instantiation/Template function specialization -0.09
Is `x = std::move(x)` undefined? -1.14
ambiguous operator[] in variadic template +2.65
Casting in function pointer assignment -0.09
Why does enable_if_t in template arguments complains about redefini... +1.26
Function returning int& +2.25
Promise and future, why does the main exit successfully? 0.00
C++11 Segmentation fault with std::promise +0.65
Ways to 'vectorize' this repetitive C++ code? -1.90
How to iterate over a vector? -1.08
Generalization of std::transform -1.07
Why isn't template argument deduction working? +1.69
MFC application: animating graphics cause program to not respond -2.38
Is there a technical reason to use > (<) instead of != when i... +0.16
How to specialize std::begin? -1.50
Why is the order of destruction of these function-local static obje... -1.57
overloaded function resolution with std::function: helping compiler... +2.66
C++ noexcept specification depending on data members +2.34
C++ Proposal Function Returning A Type -1.70
C++ invalid conversion error using covariant return types with virt... 0.00
Pass lambda expression to function that creates async +1.67
Boost condition variable -1.86
Defining interface of abstract class in shared library 0.00
Why can (false?A():B()).test() compile only when A and B have a sub... -1.89
Compile-time selection of function pointer +0.41
intersecting vectors in c++ +1.32
Using std::function and bind to assign functions with different arg... -1.46
About the return type of an unbound template friend function of a t... +2.04