StackRating

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

Barry

Rating
1758.43 (31st)
Reputation
198,654 (238th)
Page: 1 ... 6 7 8 9 10 ... 79
Title Δ
Are <cmath> functions required to be `noexcept` in C++17? 0.00
C++ structured bindings not working with bitset +1.22
Can explicit(bool) act on the length of a character literal argument? 0.00
how to check if type 'T' has 'T(std::initializer_list&l... +0.99
Why are span's array and std::array constructors different from... 0.00
Different behavior of direct and copy initialization on MS VC++ (us... 0.00
Can a non-type template argument whose type is specified with a pla... 0.00
can I make the template argument optional like the std::optional fo... -1.99
Ramifications of C++20 requiring two's complement +0.37
incomplete type for std::any when GMOCKing interface +0.73
How to pass a smart iterator to a function that accepts a classic i... 0.00
What is the syntax for the 'requires' expression of a varia... 0.00
C++ "undefine" module keyword in include 0.00
[[maybe_unused]] in if statement doesn't seem to work in GCC 0.00
Overloading bitwise OR('|') for chaining operations not wor... -3.04
Will consteval allow using static_assert on function arguments? 0.00
Implement a function with the argument of both types const T &... +0.60
C++20: Concepts of multiple types and its constraint, correct syntax? -0.52
Resolving CRTP function overload ambiguity +0.78
Why can I store a callable target in a std::function which dosen... 0.00
How to befriend private nested class +1.10
Constexpr lambda argument 0.00
How using lambda to make std::invoke lazy evaluation? 0.00
Expression did not evaluate to a constant two level constexpr funct... 0.00
Does span propagate const? +0.22
What happened to std::cspan? 0.00
Why is std::span a pointer + size and not two iterators 0.00
GNUMakefile and gcc: resolving the order of conflicting "-std=... 0.00
Get a std::tuple element as std::variant +0.90
Convert std::variant to std::tuple of template class instances 0.00
How to define a recursive concept? 0.00
Does module names reside in a separate "name space", or c... 0.00
Variadic template only compiles when forward declared 0.00
Slice view for C++20 ranges 0.00
Why does std::string_view create a dangling view in a ternary expre... 0.00
Should methods returning const std::string& return const std::s... 0.00
is returning a const std::string really slower than non-const? +0.87
constexpr and std::cout working on function but not in lambda +1.28
Why are C++20 template lambdas using typename keyword? +1.05
if condition checking multiple vector sizes are equal 0.00
Initialize array of compile time defined size as constant expression -0.94
Most 'functional' way to sum pairs of elements from a vecto... +0.75
Should this code fail to compile in C++17? 0.00
std::is_same - Use-case of inherited functions from integral_constant 0.00
std::set deduction guide doesn't work as expected -1.30
Can I parse out individual functions from a C++17 fold expression +1.04
Class Template Derived from Another Class Template Type Deduction -1.89
How to overload getter functions without adding/ removing `const`ne... +0.41
Function argument returning void or non-void type -1.54
How to copy an element of std::variant to a variable of another var... +0.60