StackRating

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

Shafik Yaghmour

Rating
1679.88 (251st)
Reputation
130,232 (481st)
Page: 1 2 3 4 5 ... 33
Title Δ
Throw in constexpr function +1.06
Self-initialization of a static constexpr variable, is it well-form... 0.00
Can't initialize a struct using an initializer list if it inher... +0.78
As far as I can tell the function below is not constexpr, but the c... +0.29
Clang does not work properly with std::experimental::optional 0.00
What is the reason for `std::make_tuple`? -3.09
std::move of string literal - which compiler is correct? +1.47
Is static deprecated when ensuring availability between translation... 0.00
Why does is_copy_constructible return true for unique_ptr in MSVC12 0.00
Where is the proposal on "structural binding"? 0.00
constructor of derived class cannot be constexpr if base class cont... +1.07
std::tuple of member pointer behavior 0.00
Why is "error: invalid application of 'sizeof' to an i... +0.98
Is it valid to use an id-expression representing a non-static data... 0.00
"default constructor cannot be referenced" in Visual Stud... 0.00
Are there language constructs that are valid for type-name but not... +1.07
Is (int&&)5 an integral constant expression? 0.00
Why are implicit conversion not allowed in prefect forwarding? 0.00
Dividing by zero in a constant expression +1.20
Non-trivial destructor make class non-trivially-constructible 0.00
Inner member visibility in class +0.23
Behavior of fputc() for a stream opened with read mode 0.00
Guard against type violations in non type template parameters +1.62
Can I Reference Previous Members of an Initializer List? 0.00
Is an empty class usable as a constexpr variable without an intiali... 0.00
Basic fun with static const integral members 0.00
Undefined behavior and temporaries -2.16
Is there an umbrella term for constructor/destructor methods? +0.25
Why is isnan ambiguous and how to avoid it? +0.64
What is the zero-length array mentioned in the draft standard? -0.94
Can you use a subexpression within fold expressions? +2.32
Defining operators for enums nested within a class +0.24
G++ -Wshadow doesn't warn about static member shadowing 0.00
checking constness using type_traits 0.00
constexpr const char * vs constexpr const char[] 0.00
Destructors of block-scope statics can be called several times? 0.00
C++11 member initialization list ambiguity -0.60
clang++ fails but g++ succeeds on using a cast to const-unrelated-t... 0.00
Lazy creation of auto variables inside C function -2.98
Can initializing expression use the variable itself? +0.48
What does the C++14 standard say regarding auto as argument type +0.26
How does the C++ begin and end work when argument is an array? +0.59
decltype error C2440 cannot convert from 'int *' to 'in... 0.00
Order of evaluation of assignment statement in C++ +0.99
gcc instantiates template with long instead of __int128 0.00
Why is a convenience helper for the erase-remove-idiom not provided... 0.00
Using decltype to define static members (Intellisense disagrees) 0.00
How does std::end know the end of an array? +1.24
Subtract/add value without overflow or underflow +0.47
C++ std::add_const not working correctly? -1.90