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 ... 37 38 39 40 41 ... 99
Title Δ
Handling a void variable in a templatized function in C++11 +0.01
How to use shared_ptr to manage already ref-count managed objects? +0.70
Check at compile time if a template argument type is set or multise... -1.59
How to transform a range, pair-by-pair with range-v3? -1.98
Using with variadic template -0.12
How do I convert a template parameter pack into multiple pointer ar... 0.00
How does visual studio (ms compiler) know it needs specific boost l... 0.00
Can a C++ class export several different stl-style iterators? 0.00
Is it safe to change the functionpointer (std::function) inside a c... +0.38
Is value initialization of std::array inside constexpr loop working? 0.00
C++ using namespaces for versioning can cause inheritance problems... 0.00
Is it legal to specialize std library functions for a shared_ptr of... 0.00
C++ operator new overloading, compilation error 0.00
Proper C++ way of implementing a lock_guard for custom library -0.13
Do I really need two versions of == operator overload? -1.69
C++ Templates as arguments for templates -1.88
design of event dispatcher 0.00
Is it allowed to call destructor explicitly followed by placement n... +0.47
Check if one set of types is a subset of the other +0.12
How do I use the new C++17 excecution policies? 0.00
How can I make a valid C++ alias template for std::unique_ptr +1.42
C++ std::shared_pointer with template base class -0.94
Creating objects on the heap and accessing via containers of pointe... +2.04
Bind std::function error 0.00
gcc 6.1 std::result_of compilation error -0.10
Merge hashtables with unique keys into one C++ 0.00
use std::bind in lambda with std::unique_ptr -0.57
Why compilers generate a copy/move constructors when there is a tem... 0.00
Continuation of "I just can not understand DR 712" 0.00
Why does std::set not have a "contains" member function? +0.41
Changing vector inside std::transform on the same vector 0.00
c++ lambda callback to trigger event 0.00
I just can not understand DR 712 -2.35
How to map ranges to values? +0.38
Encapsulate a function with another function that has the same set... +0.38
Count number of rehashing in unordered map 0.00
How do I efficiently insert a list into a sorted vector while maint... -2.08
How to take advantage of the Move Semantics for a better performanc... +2.38
using STL smart pointers with COM interfaces 0.00
How do two overloaded std::forward work? -0.60
How do I create a pointer to an array class member? 0.00
Parameter pack expansion questions +1.43
Dealing with heavy profiling of execution times in C++ +1.28
boost.variant derived type: cannot use copy constructor 0.00
Deduce non present template parameter from return function +0.92
Async future with a callback. C++11 +0.39
Returning non-copyable non-movable object with explicit constructor -0.12
Deep Clone for a unique_ptr which point to a base class 0.00
Externalizing data from an Eigen matrix 0.00
place utility routines be in the same namespace as the types it uses? +2.06