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 5 ... 6
Title Δ
C++: Reordering atomic store (release) and load (acquire) 0.00
Recursively folding a parameter pack to resolve placeholder types +1.96
More general way to find if a type has a certain member? 0.00
Folding a parameter pack of N types into N-1 pairs 0.00
Conditionally remove methods in template class +2.02
How to use member variables in switch statements? +1.52
memory_order_relaxed not work as expected in code from C++ concurre... 0.00
is the a practical way to emulate GO language defer in C or C++ des... -0.70
C++ templated template deduction sidestep possible? +2.53
Is an int variable an object, according to the C++ Standard? -1.26
Create an overload set class relying on std::invoke with classical... 0.00
clang 5: std::optional instantiation screws std::is_constructible t... +2.98
LLVM, get the offset of inside struct -0.98
Pointer interconvertibility vs having the same address +0.54
Is it possible to use the `auto` keyword as a return type in a func... 0.00
Is Curiously Recurring Template Pattern Implementation Specific? +2.17
Is INT_MAX + (-1) an undefined behavior? +0.14
C++ polymorphic ring buffer +0.45
Is there a (semantic) difference between the return value of placem... +1.02
Detect if a container has iterator type or not 0.00
Is it well defined to use a function pointer that's been cast t... 0.00
Variadic template for both typenames and scalar constants 0.00
Only add templated argument to an array if it's of a specific t... +2.39
C++ SFINAE and numeric conversions (coercion) +1.94
c++ template class print function +1.22
Placement new and assignment of class with const member 0.00
Order of static destructors -0.72
SFINAE for specialization of traits on CRTP struct -0.69
How can I have a compile-time const object configured with a chunk... +0.46
Is it possible to store an object which contains a unique_ptr in a... +1.30
generating random number in a loop_C++ and arrays in loop (openmp) 0.00
Difference in methods for converting std string to char* +0.29
How to create compile-time class fields using templates? -1.56
Some kind of a generative loop 0.00
Macros expansion using ## operator +2.68
Is there a function to retrieve the number of available distinct va... -1.91
Passing the "this" pointer to other class/function in des... +2.23
Transform a specific type of argument using templates 0.00
Past-the-last element for non default-constructible elements +0.47
Is the value category of a fold expression always prvalue? -0.62
Reference referring to multiple objects, how is it possible? +2.59
Do uninitialized objects exist in C++? -0.56
How do I design error codes in c++? -1.83
Are there advantages to using namespaces over classes? +1.34
variadic template recursion with sizeof..., but compile error: no m... -1.02
high_resolution_clock error: cannot bind ‘std::ostream {aka std::ba... -0.62
Callbacks to virtual functions -0.12
Copying polymorphic objects -1.15
Variadic templates and switch statement? -0.72
Why does reverse_iterator have a default constructor? +2.05