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 ... 16 17 18 19 20 ... 28
Title Δ
How can I see the type deduced for a template type parameter? +0.72
specializing a template on bool + integral + floating-point return... +1.02
When is overloading pass by reference (l-value and r-value) preferr... 0.00
c++ fails adding chrono::duration to chrono::time_point 0.00
using std::cout in multiple threads -0.29
universal reference vs const reference priority? 0.00
LLVM libc++ not compiling with clang 3.3 on Mac OS 0.00
How does std::chrono::steady_clock::now report errors? +1.18
C++11 rvalue reference calling copy constructor too +1.28
C++11, integer-type determined by range? 0.00
Apple LLVM 4.2 segfaults using range-based loops with references +1.25
Is it wrong if the standard container element type and std::allocat... +1.04
Most simple way to get string containing time interval -0.66
std::move behaves differently on vector::insert and push_back +1.03
allocator_traits::construct() vs allocator_traits::allocate() 0.00
What's a proper way of type-punning a float to an int and vice-versa? +0.72
non conforming return value for std::chrono::duration::operator%()... 0.00
What is the reason behind std::chrono::duration's lack of immediate... +0.13
Is a moved-from vector always empty? +1.59
A more efficient way for my program to write every billionth combin... +0.45
On libc++, why does regex_match("tournament", regex("... 0.00
Using a custom allocator inside a std::scoped_allocator_adaptor wit... 0.00
passing Lambda to pthread_create? +1.44
Variadic versions of std::make_shared calling destructor in iOS 0.00
Danger with virtual base move assignment operators when they are no... 0.00
C++ unordered_map exception safety 0.00
Why do we need to use virtual ~A() = default; instead of virtual ~A... +0.94
How to force only smart pointers instance for a class? +0.99
Implementing Move Constructor by Calling Move Assignment Operator +0.79
c++ rvalue reference and const qualifier +1.91
constexpr - why just a return statement? +1.10
C++11 class lattice with mixed virtual and non-virtual bases? 0.00
Why does clang++ lack forward list? 0.00
How to convert std::chrono::time_point to std::tm without using tim... +1.91
c++ functional / std::bind doesn't compile with Apple Clang +0.28
Why is my object not being copied when move constructor is deleted? 0.00
clang++ mac os x c++11 linker issue 0.00
std::chrono, adding duration to time_point 0.00
How to create a custom clock for use in std::chrono functions? 0.00
libc++ std::istringstream doesn't thrown exceptions. Bug? 0.00
Unique pointer to stream 0.00
Why forwarding reference does not deduce to rvalue reference in cas... 0.00
why I need std::condition_variable? +0.29
C++11 'native_handle' is not a member of 'std::this_thread' 0.00
clang 3.2 fails on std::atomic -- a libc++ issue? 0.00
C++11 async + then 0.00
Shared memory and copy on write or rvalue references and move seman... -1.92
What is the difference between future and shared_future? 0.00
Where is libc++ on OS X? 0.00
How to make my uninitialised_allocator safe? 0.00