StackRating

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

Oliv

Rating
1510.32 (68,586th)
Reputation
9,392 (16,404th)
Page: 1 2 3 4 5 ... 7
Title Δ
C++ - inherit from base class with member function as template argu... 0.00
Using these atomic operations with memory order relaxed and rel/acq... +0.50
Difference between atomic decref implementations 0.00
Is there an existing name for this type and function? +1.05
SFINAE works with deduction but fails with substitution -1.09
A function inside a struct C++ -1.25
multiple template parameters in concept definition +0.00
Is it possible to tell clang which registers to use for certain par... 0.00
Atomic compare_exchange, but based on flag being set, rather than e... 0.00
call of overloaded is ambiguous because of references 0.00
Return rvalue reference or temporary object in C++11 0.00
Template (.tpp) file include guards -1.51
Clang does not notice default template parameters -1.81
Is there a way to iterate over two containers without using two for... -1.14
Is temporary object originally const? +3.20
How can I simulate overriding a parent function (not hiding) in c++? -1.02
How to write a procedure to modify the elements and size of a dynam... -1.77
Force gcc not to inline a function +2.38
Do strncpy/memcpy/memmove copy the data byte by byte or in another... +1.04
Copy constructor elision for direct initialization when the argumen... 0.00
Nested class template specialization issue 0.00
Why using static variables inside a function makes it runs slower? 0.00
template function with default value 0.00
C++ can't derive template parameters for high-order functions +2.21
Conceptually understanding positional access operations on containers -1.22
Concept based Template member functions overloads 0.00
Type grouped Explicit Instantiation of templates 0.00
template specialization and static members initialization 0.00
c++ variadic templates and template template arguments: error: type... 0.00
Disjunctions in a Concept requirement +0.02
Disable class specialization using concepts -1.32
enable_if in function members for void and inheritance +0.31
CRTP - "abstract" method in static interface 0.00
Why is a constexpr function on a reference not constexpr? -1.74
Is clang or gcc correct about this inner class member access? 0.00
Why doesn't this use of std::is_constructible compile? 0.00
Applying "using" keyword on C++ pure virtual function -0.99
Given (a, b) compute the maximum value of k such that a^{1/k} and b... +1.92
constexpr function with unused reference argument – gcc vs clang -0.54
Value vs. Object +0.36
Why do I need to specify a return value for a function I'm pass... -1.87
Is it possible to ensure that a function is only called during the... -0.92
how to forward the types of tuple to specialize other template? +2.45
Using relaxed atomic boolean to synchronize two threads 0.00
Can I Initialize a char[] with a Ternary? -1.66
Do data member addresses lie between (this) and (this+1)? -1.10
Warning against C++ implicit conversion 0.00
Referring to specific template specialization from a non-instantiat... +0.10
Changing main of a C++ project without using the -nostartfiles option 0.00
Can C++ aggregate initialization be used to construct an instance o... -1.04