StackRating

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

ecatmur

Rating
1670.59 (323rd)
Reputation
118,241 (557th)
Page: 1 2 3 4 ... 39
Title Δ
Unexpanded parameter pack in function signature 0.00
Copy/move elision with a check 0.00
C++20 string literal template argument working example 0.00
reinterpret_cast fails constexpr function 0.00
Recursive computation using variable templates - gcc vs clang 0.00
return type deduction of recursive function +1.02
Is a std::function member variable of the class type allowed (incom... -2.21
Move constructor not inherited nor default generated +0.27
Friend, private function, template alias, and decltype... is clang... 0.00
Why does C++ not provide a First-In-First-Out singly-linked list? 0.00
C++ using declaration for parameter pack -0.37
C26486 with string_view 0.00
How can I determine the return type of a functor which takes that t... +0.78
Omitting core dumps via C a #define (or other in code/compile time... -0.84
Templated delegating copy constructor in constant expressions 0.00
Can I branch on argument type to parameter pack in C++17? 0.00
Constexpr determinant (2 dimensional std::array) +1.09
template template parameter deduction: three different compilers th... 0.00
Overload resolution fails for gcc and c++17 0.00
How to solve the issue of "read of non-constexpr variable '... +0.26
Do rebound allocators get copied/moved when an allocator aware cont... 0.00
Is `string.assign(string.data(), 5)` well-defined or UB? 0.00
Modifying the value of a user defined type in `std::set` +0.40
Best way to hide constexpr calculations -0.16
C++ - Why is the 'template' keyword required here? +1.89
Boost Test usage variants +0.26
Boost Shared Container Iterator equivalent in standard C++ 0.00
Is it possible to match recursively integer template parameters in... +1.34
unordered_map and emplace, why ctor is called twice? 0.00
How to dispatch between assert() and static_assert(), dependend if... +0.53
Parse included file with boost metaparse string +2.00
reference to std::shared:ptr to avoid reference counting +1.26
Replace N-th element of a std::tuple -0.58
Why is static_cast needed in the gcc's implementation of is_not... 0.00
Efficient way to iterate over each key exactly once in unordered_mu... 0.00
Using C++ generic programming to do runtime call of func(x,y) for a... +0.28
Why does std::vector reserve not "double" its capacity, w... -1.53
Ambiguous operator overload in Clang +0.37
Is signed char overflow undefined within the range -255 to 255? -2.40
Ensure only pointers are passed to a variadic function -0.63
Why is the complexity of insertion or removal of elements at the en... -2.21
With C++17 is it possible to detect if a struct/class has any base? +1.96
Is a class declaration without definition valid as template argument +2.23
Providing tuple-like structured binding access for a class 0.00
What is a non-field member of a structure or union? 0.00
Enforce parameter evaluation order while retaining lifetime of of e... +0.27
How do I backport if constexpr with the shortest code possible? 0.00
Confusion with hard error in SFINAE 0.00
Can the structured bindings syntax be used in polymorphic lambdas 0.00
constructor that calls other constructors with different signatures +1.87