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 ... 4 5 6 7 8 ... 33
Title Δ
Why `constexpr const int &a = 1;` failed in block scope? 0.00
Why Aren't `std::uniform_int_distribution<uint8_t>` and `... 0.00
According to my interpretation of §3.4.1/8 this code should co... +1.87
Pointer declared as constant as well as volatile -1.35
Runtime error: load of value 127, which is not a valid value for ty... 0.00
Trouble understanding C++14 Relaxed constexpr restrictions 0.00
Why can (false?A():B()).test() compile only when A and B have a sub... -1.50
What was the rationale for making `return 0` at the end of `main` o... +1.46
Does C++ initialize integers to zero automatically? -1.66
Does specifying constexpr on constructor automatically makes all ob... +0.68
How can an incomplete type be used as a template parameter to vecto... +1.63
Creating a reference variable in two statements +0.56
Does the C++ standard force capture-by-reference of local variables... 0.00
GCC pure/const functions that accept a pointer argument +0.25
Different compiler behavior for expression: auto p {make_pointer()}; 0.00
Xilinx ARM compiler doesn't complain about void pointer arithme... -1.12
Enum warning : outside the range -0.24
Do empty braces call the default constructor or the constructor tak... 0.00
Initialisation in Member Initializer List +1.94
Why can I initialize a regular array from {}, but not a std::array +0.89
Is `f().a[0]` an xvalue? 0.00
Is (or will be) the use of familiar template syntax in lambda expre... +0.25
How can GCC unroll a loop if its number of iterations is unknown at... +0.42
Rationale for pointer comparisons outside an array to be UB -0.07
C++ Rounding behavior consistency for ties with sprintf 0.00
GCC does not warn about conversion and loss of data 0.00
How does the standards committee indicate the status of a paper und... 0.00
Clang (3.6.0) ignores warnings from included header files +1.90
Why variable length arrays need to be declared at auto storage class? 0.00
gcc warning for different return type +0.26
what does cout << "\n"[a==N]; do? +1.21
Why does clang's stdbool.h contain #define false false -2.20
Why string literal comparison is implementation defined behavior in... 0.00
Why does GCC think that the definition of a constexpr static data m... +0.25
C++11 MinGW 4.9.1 shared_ptr and const static class field result &q... 0.00
Is it valid to pass non-arithmetic types as arguments to cmath func... 0.00
How does an unspecified pointer conversion behave in C++14? 0.00
Constant expression initializer for static class member of type dou... +0.25
'auto' not allowed in function prototype with Clang +0.94
Is visual c++ std::isfinite() standard conforming? 0.00
Inline function at -O0 causes link failure in clang 0.00
Floating point division by zero not constexpr 0.00
Why are override and final identifiers with special meaning instead... 0.00
What does the compiler do here: int a = b * (c * d * + e)? +0.18
Is it undefined behavior to #define/#undef an identifier with speci... +0.51
C++ noexcept for a function not throwing exceptions, but can cause... +0.24
Memory alignment today and 20 years ago +0.24
Does GCC optimize std::tie used only for readability? 0.00
Why auto is deduced to int instead of uint16_t +2.19
Why does GCC emit a warning when using trigraphs, but not when usin... -0.01