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 ... 7
Title Δ
User-defined deduction guide for std types 0.00
Difference between reference binding and type conversion in cpp 0.00
GCC doesn't like to make friends with anonymous namespace forwa... +0.97
Crash due to mixing CRTP & interfaces? -1.40
When is ADL lookup is considered for unqualified dependent name? 0.00
Calling base methods from member initializer list +0.49
Copy reference operator returning a reference not an object using t... +0.48
Universal reference vs non-template `const&` +1.68
`u8string_view` into a `char` array without violating strict-aliasi... +0.49
How to highlight error generated with the ninja build system? 0.00
Why design a language with unique anonymous types? -1.60
C++ make placement new aligned storage initializable using constexpr +1.37
Is it a bug in clang when process reference initialization 0.00
Custom stream class used as temporary 0.00
Why stackless coroutines require dynamic allocation? 0.00
Determine if reinterpret_cast is safe at compile time 0.00
When is the destructor of a constinit object called? 0.00
How does the template argument deduction perform for function templ... 0.00
When to supply default arguments as template arguments 0.00
Why do we declare the size of a single or a multi-dimensional array... +1.91
Variables with both 'extern' and 'inline' specifiers -0.31
Constrained member functions and explicit template instantiation +0.28
Is it an undefined behavior when use the pointer that return from o... 0.00
c++ coroutines temporaries in co_await expressions 0.00
POSIX shared memory model 0.00
Can I instruct g++ to compile a c++ source file with a different ex... +0.49
Inheriting a templated conversion operator +2.27
error: no viable overloading with clang, compiles with gcc +2.21
extern in namespace scope - gcc vs clang vs msvc 0.00
How can I combine return type deduction, template instantiation wit... -0.50
C++ Declaring a variable with the ternary operator 0.00
Can concepts be used with CRTP idiom? 0.00
Concept resolve to the unexpected function template when using std:... -0.71
Qualified dependent name lookup with injected-class-name of base cl... 0.00
C++ concept assignable_from won't accept const&-returning o... -0.84
constexpr initialization with a lamba function +2.30
Trying to use spaceship operator in derived classes +2.13
Avoiding preprocessor for mutual exclusive function call in C++20 +2.33
Can C++ templates help in defining one-liner 'property' mem... -1.69
Is there still a use for extern const now that we have inline varia... 0.00
Is it undefined behaviour to not call the destructor of an object? 0.00
Could type traits be restricted to not accept other type traits as... -1.99
deduce return type of function template before instantiation 0.00
How can I range check C++14 user defined literals? -0.96
Does the lifetime of an array object end when its' element stor... 0.00
std::launder use cases in C++20 0.00
Why the standard preferred round brackets initialization for `make_... 0.00
what are name lookup rules within the hypothetical declaration that... 0.00
Is UB in unevaluated context (e.g. requires-expressions) still UB? 0.00
C++ assignment operator, can we replace it with copy? -0.17