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 ... 21 22 23 24 25 ... 28
Title Δ
Disable "deletion of copy constructor when move constructor is... 0.00
Why don't I need to std::move to a std::bind'ed function? 0.00
Array placement-new requires unspecified overhead in the buffer? +0.96
get value_type of dereferencable types +2.27
unique_ptr with Iphone sdk? -0.34
cpp make_shared for void pointers 0.00
Are the special member functions always declared? +1.63
Is specializing std::swap deprecated now that we have move semantics? +0.70
c++ rvalue of moveable type in constructor +0.33
std::make_shared, std::unique_ptr and move constructors 0.00
Is unique_lock::unlock underspecified in the C++11 standard? +1.37
Is there an easy way to implement AutoResetEvent in C++0x? 0.00
How to compile/link Boost with clang++/libc++? 0.00
Handling smart pointers in stl container -0.30
C++11 copy assignment for std::complex in g++ 4.5 - no match for 'o... 0.00
std::move vs std::auto_ptr? -0.83
Why can't clang with libc++ in c++0x mode link this boost::program_... 0.00
Illegal use of type as an expression -1.84
std::async in clang 3.0 + libc++ doesn't work? 0.00
How to get the precision of high_resolution_clock? -0.22
How do I create a container that will work properly with std::uniqu... 0.00
Rules for determining the set of function type compatible with std:... -0.27
Why doesn't `const int ci = 2; std::forward<int>(ci);` work a... 0.00
Well, how does the custom deleter of std::unique_ptr work? +0.18
clang++ and u16string -0.64
Iterating over a container of unique_ptr's 0.00
move semantics unused in presence of std::move +1.80
May std::vector make use of small buffer optimization? 0.00
Why does `basic_ios::swap` only do a partial swap? +1.71
Does std::vector *have* to move objects when growing capacity? Or,... +1.70
LLVM&Clang support of C++11 +1.49
bind two function objects +0.95
Can we return objects having a deleted/private copy/move constructo... +0.31
Why does uniform_int_distribution<uintmax_t> work for 62 bit... +1.60
noexcept specifiers in function typedefs 0.00
Deducing knowledge of original types, whilst simultaneously forward... +0.33
std::chrono and cout +0.77
Why some include files only reside in tr1? +0.35
std::make_tuple doesn't make references +0.13
How to make template rvalue reference parameter ONLY bind to rvalue... +0.36
Local static initialization without holding a lock avoids a possibl... +1.98
RVO, move operations and a dilemma 0.00
What are the advantages of boost::noncopyable +0.74
Can std::forward_list members be implemented as static? 0.00
Can I specialize a class template with an alias template? +0.06
boost::regex vs std::regex - can't find empty() method? 0.00
Why is template argument deduction disabled with std::forward? -2.30
clang++ error message when using C++0x: call to deleted constructor... +0.36
How to generate two random 1 in one unsigned char in c/c++? +0.69
Preventing non-const lvalues from resolving to rvalue reference ins... +3.27