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 6 7 ... 33
Title Δ
Why is this constexpr function giving different results under diffe... 0.00
Incrementing a volatile variable in C +0.93
Is auto an optional keyword in ranged based for loops? +1.70
Shift Operation in C++ +1.75
In C++14 can a constexpr member change a data member? +0.13
How to initialize a bitfield inside structure declaration? -0.43
Why an inline declaration is not an incomplete type? 0.00
Static const anonymous union gives "uninitialized const"... 0.00
Is passing a C++ object into its own constructor legal? +0.62
What guarantees does C++ make about the ordering of character liter... 0.00
How to initialize a class like std::array 0.00
Are digit separators allowed before the digits in a hex or binary n... 0.00
Should bit-fields less than int in size be the subject of integral... 0.00
const auto std::initializer_list difference between Clang and GCC -1.23
gcc warning -Wsign-compare doesn't seem to work when comparing... 0.00
C++ compilation bug? +0.47
Subtraction between signed and unsigned followed by division -3.04
clang appears not to be linking to a library 0.00
Passing a template which requires a comma to a single-argument macro -0.83
How can I do a runtime assert in a constexpr function? +0.28
Can adding 'constexpr' change the behaviour? -2.73
Does GCC atomic buitlins work with std=C99? 0.00
Is auto in template parameter list in lambdas part of the standard? -2.11
Is undefined behavior only an issue if you are deploying on several... -1.90
Type cast failed in switch for enum with restricted storage 0.00
Compiler error in uninstantiated template when a constexpr function... 0.00
C++ Support for Length Specifiers +1.63
What is the point of the UTF-8 character literals proposed for C++17? 0.00
Compile c++14-code with g++ +0.28
Passing local string parameter as reference to const into a constex... -0.98
g++ won't allow generalized capture of const object by referenc... -2.17
What is "safe" and "unsafe" code in C/C++? 0.00
Is an implementation that allows you turn off diagnostics required... 0.00
Is the compiler allowed to optimize out heap memory allocations? +1.00
static struct initialization in c99 +1.33
Odd behavior passing static constexpr members without definitions b... 0.00
UBSan And Asan usage with GCC 4.9.2 0.00
Is uninitialized local variable the fastest random number generator? +0.55
Is there any way for constexpr objects to refer/point to other non-... -1.85
Enumerator attributes in GCC 0.00
why is ((unsigned int)x) * y == ((unsigned int)(x * y) always true? -0.94
Behavior of a constexpr variable inside a function 0.00
Why doesn't narrowing conversion used with curly-brace-delimite... +1.47
What does &(int) { 1 } mean in C++? +1.24
Multiplication of two integers in C++ -3.19
How to avoid aliasing and improve performance? +1.38
Does "potentially-evaluated" means the same as "odr-... 0.00
Is `x = std::move(x)` undefined? +1.27
Is a glvalue integral constant expression a constant expression? 0.00
int a=1, is a || 1 a constant expression? +0.77