StackRating

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

Howard Hinnant

Rating
1687.15 (213th)
Reputation
151,821 (373rd)
Page: 1 ... 20 21 22 23 24 ... 28
Title Δ
"delete this" to an object that's allocated with std::sha... -1.98
Cannot create unordered_map of tuple<int, int, int> -1.75
rvalue refs and std::move +1.54
Are the days of passing const std::string & as a parameter over? -1.82
unifying const T& and T&& overloads +2.08
C++ Arrays and make_unique 0.00
unique_ptr in structure inside vector doesn't compile when resize u... +0.32
out of range random number generation in C++ using tr1 -0.14
Using smart pointers in a struct or class +1.19
Why does reallocating a vector copy instead of moving the elements? -1.09
Instantiation of a list with an incomplete type in a typedef 0.00
Template for classes with various signatures of constructors -2.03
In what scenarios should I expect to explicitly need to implement a... +1.38
Does std::bind work with move-only types in general, and std::uniqu... 0.00
Efficient use of move semantics together with (N)RVO +1.75
Timeout for thread.join() +0.32
std::forward of rvalue ref to lambda? 0.00
Overloaded function templates with reference parameters -0.18
When does rehashing occur for unordered associative containers? 0.00
Questions about the move assignment operator +0.22
Whats the difference between std::move and std::forward +0.01
how to move an std::unique_ptr<> from one STL container to an... 0.00
Variadic Templates - different types of expansion +1.55
Why is it not good to use recursive inheritance for std::tuple impl... +1.49
Estimating time left in C++11 +1.46
C++: unique_ptr with unknow deleter -0.05
Default constructors, initialization of POD and implicit type conve... +1.60
Why are C++11 type traits not alias templates? +1.63
stl container with std::unique_ptr's vs boost::ptr_container +2.23
xlocale broken on OS X? 0.00
What is the "correct" way to write the Copy/Move/operator... -0.67
Xcode 4.3 and C++11 include paths 0.00
How to know underlying type of class enum? -1.73
Using `std::function<void(...)>` to call non-void function +0.33
Error Compiling libc++ using Clang 3.0 on Ubuntu 0.00
Move assignment operator and `if (this != &rhs)` +1.12
what C++ idioms are deprecated in C++11 +0.96
what C++ idioms are deprecated in C++11 +1.37
Are c++11 standard container "final"? +1.59
Difference between boost::unique_lock and boost::upgrade_lock? 0.00
Does C++11 change the behavior of explicitly calling std::swap to e... +2.14
Why doesn't unique_ptr::reset have overloads that take a deleter? +1.77
Is this non-copyable map legal c++11? GCC 4.7 and MSVS 2010 allow i... 0.00
Can std::bind be type checked at compile time? 0.00
istream eof discrepancy between libc++ and libstdc++ +1.14
Why is 'declval' specified in terms of 'add_rvalue_reference<T&g... -1.49
Why isn't there a std::shared_ptr<T[]> specialisation? 0.00
rvalue reference with assignement operator +1.42
Why does the rvalue overload of `operator<<` for `basic_ostre... 0.00
Perfect pass-through 0.00