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 ... 31
Title Δ
Simplest way to pass a lambda as a method parameter in C++17 +1.03
calling a base function on a derived object +1.01
Clarification about C++ delete and memory leaks -1.58
How to implement a "either nested type or void" trait? 0.00
Can an injected class name be used as a type name in a friend decla... -0.62
i need it to add one hour to HH:MM:SS but it becomes AM when it is... 0.00
undefined reference to : what's wrong? +0.33
C++ shadowing parent constructor +1.68
External linkage prefered over internal linkage in c++11 0.00
A weird issue about converting a reference type to another by using... 0.00
What determines whether a constexpr function is a constant expressi... +1.82
What is the difference between non-type template parameters in C++1... +2.60
Why does the code in the description not work, it is meant to chang... 0.00
Problem with C nested structure. error: invalid use of incomplete t... +1.83
Assert that type is unsigned integer or enum type with maximal size +0.36
Why cant the c++ template compiler infer types from covariant smart... +0.91
Boost library not found | C++ 0.00
locked into a circular reference with templated class 0.00
C++20 concept for complex floating point types -0.14
Default initialization of unused constant variable template 0.00
C++20 concept which requires the existence of an exact function sig... +0.38
Difference between function pointers to class member functions vs a... 0.00
How to actually "clear" a vector in C++? 0.00
Template specialization and references 0.00
Can we access protected member functions of base class in derived c... +0.33
Get a std::list::iterator from std::reference_wrapper 0.00
Are there observable semantic differences between different implici... -2.12
Which of these new expressions with char arrays are well-formed? -1.39
Passing brace enclosed initializer list to variadic macro and expan... 0.00
Container of generic callback functions 0.00
Clarifying destructor requirements for data types in a struct in C++ -2.69
C++ Can I overload the bracket [] operator to do different things i... +1.40
Oddity of explicitly marking dependent names as typename and template 0.00
why a conversion function declaration does not require at least one... +0.03
How to pass std::function as an argument to a mocked method in gmock? -0.17
Is it dangerous to pass a pointer to a subobject that is not constr... 0.00
Write Function In C Is Failing Due to a Bad File Description 0.00
Why does code with std::vector not compile but with std::unique_ptr... 0.00
Calling parent move assignment operator when source object still ne... 0.00
why dynamic initialization occur before static initialization in gcc 0.00
C++: Template Template Member of a Template Parameter as a Paramete... 0.00
Is it possible to write an inconsistent Prolog program using only p... +1.43
How are lambda captures initialized in case of nested lambdas? +2.30
A vector in one class being used by another class is failing to sto... 0.00
Does C++20 remove the requirement for class members to be in ascend... 0.00
How to define a class type conversion to a pointer to function? 0.00
c++ particle system inheritance 0.00
temporarily cast a unique_ptr to a raw pointer 0.00
How downcasts and upcasts are preformed? And how the types are comp... 0.00
Using std::conditional with is_class<int>, getting compile er... -0.64