StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Passer By

Rating
1575.07 (3,494th)
Reputation
10,033 (15,227th)
Page: 1 2 3 4 ... 6
Title Δ
How to make a function that can return either a static or automatic... +0.28
Proper 'using' syntax for pointer-to-member variable -1.68
Is accessing registers through predefined static addresses undefine... +1.60
Behavior of overloaded operator new[] depends on destructor +2.22
Handing type-erased data at runtime - how not to reinvent the wheel? +0.69
Is it possible to build a constexpr data structure across several s... 0.00
Is instantiating a class template with an incomplete type ill-forme... +0.42
Template accepts const but not literal +1.04
casting a returned iterator to const -2.19
Is it legal to reuse memory from a fundamental type array for a dif... +1.32
Cross Platform Random Reproducibility +0.44
Move data from array of not aligned structs to array of aligned in... +2.27
Restrict the scope of class instances accessible by multiple templa... +0.41
Integral template parameter. error: use of 'this' in a cons... +0.44
thread_local singleton performs lazy initialization by default? 0.00
Create a function that always returns zero, but the optimizer doesn... -1.54
Data member of reference type provides "loophole" around... +0.81
C++ Compile-time check that an overloaded function can be called wi... +2.24
c++ why decltype(*pointer) yields a reference? +0.43
Two Different Processes With 2 std::atomic Variables on Same Address? +1.60
avoid pointer-to-member-function for non-class type +1.20
C++: Get adress of complete object containing member subobject -0.05
Short-circuiting template specialization in std::disjunction +0.39
creating type vector in c++ -0.61
g++'s strict-aliasing warning accuracy 0.00
Type punning two types from different third party libraries without... +1.21
Is it possible to reset reference to another value in C++? +3.08
Consuming parameter packs recursively in C++ +1.38
Is taking the address of a member of an uninitialized object well d... +2.62
Rewriting a parameter pack by replacing types 0.00
How can unique_ptr have no overhead if it needs to store the deleter? -0.50
How can determine a template parameter can be converted into arithm... -0.02
Is it safe to pass const reference to temporary/annonymous lambda i... -1.78
decltype rules define lvalue or prvalue 0.00
Unpack std::tuple in-place without the artificial layer for std::in... -1.39
Creating and returning a class containing lambda member variable in... 0.00
Can a non-aggregate class with deleted constructors and destructor... +0.42
optimization based on alignment requirements 0.00
How to define an cell equivalent with `using cell = pair<void*,... +0.18
Implementing a simple allocator class using malloc() and free() +1.69
is cast a pointer points-to-class to it's first member illegal? +1.16
Initialize all elements or std::array with the same constructor arg... +0.10
How to properly use std::enable_if on a constructor 0.00
lambda converted to bool instead of deducing function-pointer-type -1.22
Why is the constructor in this C++ code ambiguous and how do I fix... -1.86
Iterators with complex value type: confusion with value_type and re... 0.00
Can user defined numeric literals be immediately followed by a dot? 0.00
basic_string implementation of libstdc++ in GCC and custom pointers 0.00
How to make a variadic template inside a struct accessible outside? -0.06
template member function signature conflicts to non-template member... -2.02