StackRating

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

StoryTeller - Unslander Monica

Rating
1807.58 (6th)
Reputation
118,523 (554th)
Page: 1 ... 4 5 6 7 8 ... 52
Title Δ
Why would GCC/Clang accept const qualified object as initializer fo... 0.00
How do I put extra-statements in list-initialization? 0.00
Using getter for an unordered_map in c++ creates an invalid read of... +0.14
Class template inheriting from incomplete class +0.56
Is Clang correct to reject code in which the nested class of a clas... 0.00
Is a fully qualified class name down to global scope ever required... -0.77
Prevent function taking const std::string& from accepting 0 +0.68
GCC error when typedef name coincides with variadic template parame... 0.00
how to std::variant<unsigned long, size_t, unsigned int> 0.00
Passing a concept to a function +0.18
Constexpr member function +0.80
Mark function as noexcept based on template argument 0.00
When should we declare rvalue refs if they actually need std::move? +0.17
Friend function with a definition - template or non-template? +0.85
Lambda closure lvalues can be passed as rvalue reference parameters +0.03
Name lookup in template base: why do we add this-> +0.66
Two-phase function template compilation: not *only* ADL is employed... 0.00
Alias of a template. Who's right? +0.16
Equality operator does not get defined for a custom spaceship opera... +1.17
Why doesn't implicit conversion occur on a typecasted nullptr +0.16
cannot const qualify type after type trait modification 0.00
Does an aggregate type imply that it is also standard layout? +1.67
Should I declare my function template specializations or is definin... +0.87
Is it possible to define a function using a callback type definition? -0.75
How to pass other template parameter when template function uses pa... 0.00
C++11 template specialization with void type and argument +0.16
Constructor SFINAE and inheritence fails in clang -2.25
Unable to compile a simple C++17 program 0.00
iostream required for inheriting from class template 0.00
const_cast<char *>(char* const) not lvalue? +0.67
Why does const affect linkage of an instantiation of a global varia... 0.00
operator >> is not defined why? 0.00
What is a `std::set<int,int>::iterator`? 0.00
Do c++ inline friend functions cause name hiding between namespaces? 0.00
Does writing the new value form part of the "value computation... 0.00
Is longjmp supposed to restore the stack? 0.00
Why is type_traits implemented using structs +0.64
Why does a constexpr function behave differently for a reference? 0.00
Trailing return type deduced from input arguments concrete use-case +0.76
Using-declaration of an existing namespace type vs creating a type... 0.00
Why is it allowed to reinterpret_cast integral, enumeration and poi... 0.00
Can I forward (the type of) a generic overloaded function without c... +0.39
Creating multiple class implemetations based on template parameter +0.88
Overload not considered even though it looks like a better match +0.74
Strict aliasing and references to compile-time C arrays 0.00
Can I get return type auto to work with lambdas of the same signatu... +1.32
Does discarding a value result in reading it? -1.17
What is __builtin_operator_new and how it works? 0.00
In implementation files, should we prefer "using namespace&quo... 0.00
Disable non-templated methods with concepts -2.05