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 ... 33
Title Δ
Why has std::accumulate not been made constexpr in C++20? 0.00
Is fabsf part of the std namespace in C++11? -0.16
The C++ standard versions vs Visual Studio versions +0.26
Why is try_emplace not implemented for std::multimap? -1.65
In C++14 is it valid to use a double in the dimension of a new expr... +1.37
Inconsistency parsing numeric literals according to C++ Standard... 0.00
C++ Order of Declaration (in Multi-variable Declaration Line) +0.30
Can C++ aggregate initialization be used to construct an instance o... +1.04
Is `*(volatile T*)0x1234;` guaranteed to translate into read instru... -2.15
What is this template parsing conflict called? 0.00
Clang claims that `member reference base type 'X' is not a... 0.00
std::variant modification in constexpr 0.00
How can I intentionally discard a [[nodiscard]] return value? -0.00
Compound assignment in constexpr function: gcc vs. clang +0.30
AddressSanitizer blacklist in c++ not working 0.00
Why does [=]{} have a lambda capture? +2.38
Does the confliction between declaration and definition cause undef... +0.55
C++ standard requirements to templates that are not instantiated +1.68
What is the word pack in C++ draft? 0.00
comma operator makes lambda expression non-constexpr -2.93
Try to understand compiler error message: default member initialize... 0.00
ABI compatibility preservation with C++11 `enum class` +0.25
is decltype required in trailing return using value of argument type 0.00
Value category of conditional operator 0.00
cannot compile below code for visiting a variant of struct 0.00
Implicitly defined constructor deleted due to variant member, N3690... 0.00
Brace elision in std::array<std::vector> -1.32
What is the difference between suspend-up and suspend-down coroutin... +0.26
When does type information flow backwards in C++? -1.20
Deduction guides, initializer_list, and the type deduction process -1.87
Explicit call to destructor -0.62
Why does the base of a literal affect its type? 0.00
Why C++20 doesn't support out-of-order designated initializer? 0.00
How to use an initializer_list to create a C++ <array> of str... 0.00
Why doesn't my compiler recognise "Bond() = default;"? -0.69
C++17 <functional> template parameter deductions not working... 0.00
Why can I pass an int with a value higher than 127 into a char arra... -1.36
Deleted implicitly-declared copy assignment operator -2.99
Can copy constructors of containers be defined as deleted for non-c... -1.09
How much existing C++ code would break if void was actually defined... +0.94
Why there is no throw or sigsegv while accessing empty std::optional? -2.05
Instantiating template function in a false if constexpr gives error +0.25
Display bit pattern of double as hex? +1.20
Form of enum without curly braces -1.53
Should the member access operator of an rvalue be an xvalue? 0.00
Why does cmath pow give inaccurate answers? +0.69
Why does a struct, that has another struct wrapped in a union as a... 0.00
How derefencing of a nullptr giving back the correct object? +1.11
Is static_cast<double>(std::nanf("")) well defined? +1.00
c++11 Order of evaluation (undefined behavior) +1.18