StackRating

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

aschepler

Rating
1628.51 (908th)
Reputation
54,689 (1,776th)
Page: 1 2 3 4 ... 31
Title Δ
Why this class template parameter is treated as a forwarding refere... -1.02
Deduction of trailing template-argument in declaration of explicit... 0.00
what the difference between sizeof..(typename) and sizeof..(paramet... -2.37
Are usages of incomplete types required to be diagnosed? 0.00
How to transform Parameter Pack into something else than std::tuple? +0.22
Why we need virtual in this program (Turbo C++)? 0.00
Why is the second for-loop not executing? +0.34
C++ static instance of a user-defined class results a double-call t... -1.24
Use Variadic templates (or a similar mechanism) to pass list of typ... 0.00
How const_iterators are implemented? 0.00
How do I make a class correctly? 0.00
Calling overloaded function from within another function with paren... +2.14
Mocking Static Method in c++ -0.67
does shrink_to_fit() function removes null pointers? +0.97
incomplete type support for list 0.00
Program crashes on trying to access the key that does not exist in... +0.40
Lua: Why does this get the error: '=' expected near 'bo... 0.00
Calling function templates specialized in another translation unit -0.02
Call copy constructor instead of move constructor? 0.00
c++: std::vector of std::vector inside a struct +0.32
C++ Polymorphism using pure virtual classes and references 0.00
Is there any way to modify a nested classes implementation in it... +0.33
Getting player position, cannot pass object instance over due to in... 0.00
Why does std::unique_ptr have an equality operator? +1.02
I just started coding in lua-roblox, and I face attempt to index ni... -0.68
Operator Functions Calling Mechanism 0.00
How to write into shared memory from a child process 0.00
Check the bit settings with the bitwise operators 0.00
Is new T() equivalent to `mem = operator new(sizeof(T)); new(mem)T`? +2.18
Can type arguments be made deduceable for function templates using... -1.72
Pattern to deduce class template arguments from static member funct... 0.00
C++ decorator: Access public function of base class from outside 0.00
How I can implement move constructor and operator for unique_ptr as... +0.28
C++ template template argument types deduction -1.31
How to write a member function with variadic parameters as template... -0.00
Behavior difference of lambda function mutable capture from a refer... -1.55
How to pass in variadic list of parameters to a function that takes... 0.00
Could removing "using namespace std::rel_ops" change beha... -0.57
Are tautologies in compile-time evaluated code guaranteed to be exe... -2.33
Using a member function pointer with a template argument +1.73
How can I use std::enable_shared_from_this in both super and subcla... -2.39
How to use virtual functions in derived objects without new? -1.58
C++ : Semantic issue on a child class with same named method 0.00
How do I hand over a pointer to a non-static member method to an ex... -1.65
How to sort something with type of struct 0.00
What is the simplest way to process the values of a template parame... 0.00
Can you use the address of a constexpr variable? -0.13
Strange template compile errors: is this a g++ bug, a Clang bug, or... +0.78
How do you define emplace_back and other variadic template function... 0.00
MakeFile is not glowing like it is Executable 0.00