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 ... 19 20 21 22 23 ... 28
Title Δ
Boost shared_lock. Read preferred? +1.03
C++11 type_traits : same type if floating point, double if integral... -1.83
Making a SFML2 Applcation with Clang, libc++ and c++11. Undefined R... 0.00
Matching "beginning-of-line" using libc++ regex library (... 0.00
Any way to pass an rvalue/temp object to function that expects a no... +0.25
Inline vs constexpr for a static const getter? +0.30
Automatic generation of the move constructor 0.00
copy elision: move constructor not called when using ternary expres... 0.00
Implement search using futures, async, and thread in C++11 -1.90
Specialized template of a templated constructor does not get invoked -2.13
std::shared_ptr and initializer lists +1.60
Overloading a function that takes a chrono::duration 0.00
Pool memory and std::forward_list 0.00
Why can't C++11 move a noncopyable functor to a std::function? +1.32
std::vector works with classes that are not default constructible? +0.66
Tutorial or example code for extending c++11 random with generators... +0.28
Can I assume allocators don't hold their memory pool directly (and... -1.17
vc++ 2010/2012: std::vector of a struct containing unique_ptr compi... +1.34
Clang++ Xcode 4.4 Non Static Member Initialization and Move constru... 0.00
Can one element of a tuple reference another? +1.36
Questions about Hinnant's stack allocator 0.00
Efficiently moving a class with PODs +0.43
Is there anything like a std::value_wrapper parallel to std::refere... +2.00
Returning an object in C++ +1.05
c++11 getline asking two times the input 0.00
What happens to the basic_ostream base when basic_iostream is moved? +1.38
returning a string from a function +0.31
Why user-defined move-constructor disables the implicit copy-constr... +2.10
Template code bloat with unordered_map +1.14
Rationale behind reuse of "&&"-token for rvalue r... 0.00
Writing containers that can handle implicit sharing, but turn it of... -0.68
Would it be reasonable to define destruction order of vector elemen... -0.27
Don't print trailing delimiter stream_iterator C++ 0.00
In c++11, is there ever still a need to pass in a reference to an o... +1.71
C++11 std::condition_variable: can we pass our lock directly to the... +2.00
Porting an existing class structure to smart pointers 0.00
Comparator operator in weak_ptr C++ +0.31
Should I std::move a shared_ptr in a move constructor? +0.84
Should I write constructors using rvalues for std::string? -0.09
Do section numbers differ between the C++11 standard and the gratis... 0.00
Clang++ non-static data member initialization error? C++11 0.00
Does std::function's copy-constructor require the template type's a... +0.79
Best way to manage a collection of pointers to derived objects +0.81
Understanding the benefits of move semantics vs template metaprogra... +1.59
How to get the first and the last dates (day and month) of a specif... 0.00
std::is_convertible for type_info +0.27
Moving: what does it take? -0.58
How do I allow move construction and disallow assignment and copy c... 0.00
c++11 optimal parameter passing +1.59
c++11: why is static_assert in std::forward necessary? +0.22