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 ... 15 16 17 18 19 ... 28
Title Δ
Any better alternative to std::vector<std::unique_ptr<T>&g... +0.25
In C++, what categories (lvalue, rvalue, xvalue, etc.) can expressi... +1.21
Got stack overflow when constructing std::function with std::bind r... 0.00
Defaulted move assignment cannot be explicitly noexcept if a member... 0.00
Clang only: A pair<path, path> can be emplaced into a vector;... -0.24
Using auto and decltype for making a function return the type of it... 0.00
move_iterator is broken for iterators returning prvalues and return... 0.00
What is the best unique pointer for use with a custom allocator? 0.00
Convert uint64 time for number of 100 nanosecond intervals since ja... 0.00
C++11 Threads: sleep for a remaining time +0.49
Why declare int a constexpr +0.27
Why have move semantics? +0.66
Is there a reason declval returns add_rvalue_reference instead of a... +1.01
C++ weak_ptr creation performance -0.25
No state error in C++ 11 futures/promises 0.00
Why is there no std::clear in c++11 standard library 0.00
How to refer current class using decltype in C++11? +0.26
Perfect forwarding with multiple passes over input arguments 0.00
Avoiding iterator invalidation using indices, maintaining clean int... +1.05
Using boost::chrono, how to calculate milliseconds since epoch UTC... 0.00
libc++ is_copy_constructible seems wrong to me 0.00
how to generate a trimodal distribution (mixture) in c++ with rando... 0.00
What type to use for a timeout variable in C++? +1.25
Why is std::is_assignable counter-intuitive? +0.26
Memory deallocation in std::vector 0.00
Move which throws? +1.43
Trying to Write Move Constructor in terms of Move Assignment +0.85
Rationale for std::move_if_noexcept still moving throwing move-only... 0.00
If rvalues did not bind to const references, how would this affect... 0.00
Rationale to keep std::mutex lock/unlock public +0.76
Fast sorting algorithm for integers +1.00
clang 3.3/Xcode & libc++: std::getline does not read data after... 0.00
Convert std::filebuf(FILE*) to use libc++ 0.00
should std::copy() or std::move() of empty range require valid dest... +0.27
Should an rvalue reference be used here? +1.18
Compile cln with clang and libc++ 0.00
std::thread management: usage and best practice -0.50
unique_lock across threads? -0.07
Is C++ 0x/TR1 safe to use when portability matters? +1.26
How can I use XCode's libc++ with top-of-trunk clang? 0.00
Why is auto_ptr specialized for void? +0.24
On QuantLib's date class and C++11/boost Chrno 0.00
Force a compile time error if std::move will result in an unintende... +1.07
Can't choose libc++ or libstdc++ in XCode 0.00
Is std::lock() ill-defined, unimplementable, or useless? -0.31
unique_ptr<int[]> or vector<int>? -0.38
Optimal way to return local value in C++11 -0.59
get concatenated tuple type; combine result_of and tuple_cat 0.00
Is it safe to rely on an implicitly declared move constructor? -2.45
Largest Seed Possible for Mersenne Twister c++ -2.30