StackRating

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

Praetorian

Rating
1708.34 (116th)
Reputation
90,091 (871st)
Page: 1 2 3 4 5 6 ... 30
Title Δ
Clang and the binary fold expressions — The curse of the empty para... +1.99
build issue with make_tuple - arrary reference 0.00
What does happen to the snippet below when I uncomment the move con... 0.00
Returning an rvalue - what is wrong with this code? 0.00
Why must the delimiters of raw string literals be under 16 chars? +0.20
What is the life span of an automatic bound to a lamba function? +1.97
How to return a std::function that contains a std::unique_ptr from... +1.28
Why isn't the operator[] of a std::array temporary constexpr? +0.26
Adding a unique_ptr to a class in a vector results in 3x speedup 0.00
Dropping a unique ptr returned from a function? -0.65
Error with `std::vector< std::unique_ptr< T > >` +0.24
std::shared_ptr: reset() vs. assignment +0.74
Encapsulated Random number generator in C++-11 using boost 0.00
invalid initialization of non-const reference of type 'const ch... -2.67
Why is lvalue to rvalue reference binding allowed on g++ 4.4.6? +0.26
How to check for the existence of a subscript operator? +1.95
Should I pass a lambda by const reference. +0.26
When should I std::forward a function call? 0.00
What's the type of an entry of an unordered_map in c++ 0.00
C++: std::move with rvalue reference is not moving contents 0.00
Transform and accumulate with C++11 0.00
Using make_iterator_range with std::string +0.23
How to override base classes' virtual functions that have ident... 0.00
Implementing access to vector of stucts using a vector as indices -0.47
Implicit use of initializer_list 0.00
forward_list: assign(_InputIterator __first, _InputIterator __last)... -2.17
No viable conversion std::weak_ptr to std::shared_ptr for method call 0.00
How to pass std::bind as universal reference type? 0.00
Delete raw pointer after creating a shared_ptr from it 0.00
Can I use the C++11 brace initialization syntax to avoid declaring... -2.69
libc++ difference between vector::insert overloads 0.00
Why does using std::remove_reference and std::remove_const in diffe... 0.00
Adding doubles and complex numbers in C++ +1.09
The perfect callback function 0.00
Does compiler instantiate default and copy constructors and copy as... +0.25
for_each & ranged base for on 2D array +1.45
Cannot deduce template argument that is a function -2.56
Indexing a Vector C++ +0.22
passing member-function as argument to function-template +0.24
Pass template function to transform without lamda 0.00
hashtable with dynamic values 0.00
How does bind know when to cast to pointer? +1.77
Initialization of shared_ptr<T> from unique_ptr<T[]> 0.00
Constructor and copy-constructor for class containing union with no... 0.00
I want to check if a class instance is already stored in a std::vec... +0.72
find inside a class if an element exists within a vector of pairs +0.23
I want to perfect forward variadic arguments except for a specific... +1.25
which way to inherit base constructor when using private inheritance? -2.65
For what is the move constructor and move assignment constructor in... -1.89
How to safely fill Boosts's pointer containers? +0.84