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 5 ... 39
Title Δ
How to divide a tuple in C++ 0.00
Is this a clang bug or something I don't know about C++? 0.00
_GLIBCXX_USE_CXX11_ABI, GCC 4.8 and ABI compatibility 0.00
Is it safe to make a const reference member to a temporary variable? -1.27
Why Can't I constexpr a bind? +2.02
Pointer returned by overloaded new is changed -1.98
Cast lambda to std::function with parameter pack +1.60
Equality and inheritance in python -2.77
GCC optimization of pure functions +1.09
Pandas: Assign values of column up to a limit set by dictionary val... -2.01
Extracting move only type from std::set 0.00
hana simple fold "call to non-constexpr function" 0.00
Detecting access to out-of-scope variables +1.24
Ambiguity in Member Name LookUp and Access Declarations in C++ 0.00
Is this "if e is a pack, then get a template name, otherwise g... -2.71
How do I compare tuples for equivalent types disregarding type order? -0.46
Definition of standard-layout class in C++14 0.00
Declare, allocate and deallocate thread-local pointer variables out... -0.26
Class member initializer to initialize ifstream with error check? 0.00
How to make an integer larger than any other integer? +0.33
C++ Iterators return type -1.00
std::list::remove_if goes crazy if combined with a generic lambda 0.00
Is there a way to insert a global name into a namespace and made it... -0.55
How to have the compiler deduce the return type of a templated meth... +0.97
explicit conversion operator vs get< T >() function for std::... 0.00
What does dis.findlabels() do? -2.95
Incomplete type in friend function +0.28
Where's the logic that returns an instance of a subclass of OSE... +1.61
Small object stack storage, strict-aliasing rule and Undefined Beha... -0.77
boost::unit_test::data::random(-FLT_MAX, FLT_MAX) only generates +I... 0.00
Program compiles using clang++, but g++ exhausts the RAM and fails 0.00
Function template modifies parameter declared with top-level const:... 0.00
Replace preprocessor #ifdef blocks by template implementation -0.23
performance impact of long list of catch c++ 0.00
Is the std::array bit compatible with the old C array? -0.31
Questions about class template argument deduction in C++17 +1.97
Is there transliteration from UTF-8 to CP1251 when one symbol subst... +1.27
factory, unique_ptr and static_cast +0.31
What an implementation should do in case of operator new and "... 0.00
What should my program's exit code be if I caught a signal? +0.27
Can I pass a reference type to a template to specify following non-... 0.00
is a trivially copyable ::std::tuple-like class template possible?... +2.00
Template type-deduction performs implicit array-to-pointer conversion -0.72
Does virtual inheritance have a cost when it isn't really neede... 0.00
template variadic function: arbitrary number of classes with arbitr... 0.00
Do template structs need std::decay when using forwarding reference... 0.00
trait to check function accepts certain parameters but not return t... 0.00
Lifetime of temporary objects during list-initialization 0.00
Clang complains about undefined constexpr function in unevaluated c... +1.27
Does this macro violate the STRICT ALIASING RULE? +0.52