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 ... 14 15 16 17 18 ... 28
Title Δ
creating an std::chrono::high_resolution_clock::time_point from a d... 0.00
Uncopyable class with automatic default and move constructors -0.81
enable_shared_from_this not working on xcode 5 0.00
Returning an fstream 0.00
return types and move semantics +0.22
creating full range of random floats using std::random +0.25
Pitfalls of boost::locale::date_time 0.00
Should constructors on std::chrono::...::time_point be noexcept? (O... 0.00
Convert std::duration to human readable time +0.22
Should I replace all calls to push_back with emplace_back? -1.39
Persisting std::chrono time_point instances +1.18
Real world example of Dining philosophers? -0.26
GCC C++11 Condition Variable Wait Internals +1.21
specializing std::swap for rvalues 0.00
decltype and parenthesis answers are wrong? 0.00
Best way to write constructor of a class who holds a STL container... +0.54
Examples of code successfully compiled in C++11 and pre-C++11 that... 0.00
Can copy/move ctors be safely used to implement copy/move assignmen... +0.73
Where is the definition of libc++ ios_base::clear? 0.00
Using new smart pointers in std collections 0.00
What are the mechanics of short string optimization in libc++? +1.19
Should I declare the copy constructor of my exceptions noexcept? +1.27
What is unique_ptr::deleter_type::pointer for? -1.30
Looking for critique of my reader/writer implementation 0.00
chrono C++11 version of matlabs datenum +1.12
Meyers singleton and dynamic libraries 0.00
Why is `std::move` named `std::move`? +0.25
Is the following move constructor code safe? +0.70
Absolute value of a std::chrono::duration object 0.00
Can I mark a classes move-operation noexcept if it contains a stand... +1.59
Why can't you assign a pair from a tuple, but tuple can be assigned... 0.00
Why is std::chrono::system_clock::to_time_t() not constexpr? 0.00
Compile-time recursive function to compute the next power of two of... -0.72
Moving an object into a map from a pointer without invoking the cop... +0.87
Making use of allocators in a custom container class 0.00
How can I declare an std::thread anonymously? +0.24
Measuring performance of vector<unique_ptr> on VS2013? 0.00
Why does assigning the return value of boost::move() to a non-const... 0.00
Are move semantics incomplete? +1.02
std::chrono default duration for time_since_epoch +0.66
Is this behavior of vector::resize(size_type n) under C++11 and Boo... +0.25
Why is it not efficient to use a single assignment operator handlin... 0.00
Why doesn't std::shared_ptr need to know complete type if it's cons... +0.65
std::chrono: Set clock's epoch to 1/1/0000 +1.60
Class using std::vector allocation slower than pointer allocation b... -0.77
attempt to push_back a lvalue with move ctor deleted, doesn't compile 0.00
std::swap vs std::exchange vs swap operator +0.25
Is there something similar to the copy-and-swap idiom when allocato... 0.00
How can an std::ostream be moved? +1.48
Why can't std::ostream be moved? 0.00