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 ... 18 19 20 21 22 ... 28
Title Δ
Are there any use cases for a class which is copyable but not movab... +0.43
C++11 equivalent to boost shared_mutex +0.30
Compile-time (constexpr) float modulo? -0.48
Passing by value vs const & and && overloads +0.27
How to do range splice in constant time with std::forward_list? 0.00
clang and libc++ istream::peek() does not set eof flag 0.00
Could multiple proxy classes make up a STL-proof bitvector? +0.28
Can I replace SDL_GetTicks with std::chrono::high_resolution_clock? +0.27
Is it possible to detect the constness of a class' method using SFI... +2.30
Exact differences in c++11 support when using libc++ versus libstc+... 0.00
Strange behaviour when printing/reading time 0.00
std::chrono::time_point set to now 0.00
Move semantic with std::function +0.35
Massive CPU load using std::lock (c++11) +0.74
Advice on cleaning up this termination condition -0.22
How is "=default" different from "{}" for defau... -1.61
Using std::move() when passing an argument to a base class 0.00
zip_iterator and lower_bound +1.52
OSX "ld": how to show mangled names of unresolved symbols... 0.00
Why does chrono have its own namespace? +1.21
const vs constexpr on variables +1.21
Passing an integer or a type as a template parameter? +0.22
XCode 4.5 'tr1/type_traits' file not found 0.00
When should compiler generate move constructor? +1.98
What is the advantage of using universal references in range-based... +1.37
On implementing std::swap in terms of move assignment and move cons... +1.53
What does the standard library guarantee about self move assignment? +0.28
Must user provided terminate() function be thread-safe? 0.00
C++11: why does std::condition_variable use std::unique_lock? +0.34
Whats better to use in C++11 , Zero or NULL? +0.29
Rvalue references and class design +0.29
In Xcode 4.5, what is "Compiler Default" for "C++ St... 0.00
How to convert std::chrono::time_point to calendar datetime string... +0.62
chrono with different time periods? +1.85
Is it true that a unique_ptr declaration, unlike a auto_ptr declara... -0.17
Why no timeout support in std::lock? -0.53
STL Container: Constructor's Allocator parameter and scoped allocat... +1.42
Using libstdc++ compiled libraries with clang++ -stdlib=libc++ 0.00
How to write a function with move-only attributes? +2.30
Why aren't container move assignment operators noexcept? +1.95
Design principles behind std::ratio<> +1.97
Get return code from std::thread? -1.20
type requirements for std::vector<type> +1.41
Is clang Xcode 4.4.1 buggy when -fno-elide-constructors is set? 0.00
A strange error in chrono code "C2440: '<function-style-cas... -0.64
Link error when moving a std::thread? 0.00
How do I terminate a thread in C++11? 0.00
Xcode 4.4 Lion inconsistent newline behavior in C++ with GCC vs LLVM 0.00
"call to deleted constructor of" compiler error for std::... +0.30
How to figure out the smallest integral type that can represent a n... -2.12