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 2 3 4 ... 79
Title Δ
Can I unwrap std::map iterator to structured binding of optionals? -1.55
Defining a c++20 concept for hash functions 0.00
Why isn't `std::compare_three_way` a `std::strict_weak_order`? 0.00
Implement C++20 bidirectional_iterator concept 0.00
Why C++20 format has no strong typedef for format string? 0.00
How to match all string types with std::is_same_v 0.00
Concepts impose the 2nd argument is of type int -2.72
C++ const reference template function argument type is itself a ref... 0.00
How to use ADL in Constraints? +0.21
C++20 concept / requires expression to test if generic lambda accep... 0.00
Rewritten comparison operators and expression templates 0.00
C++20: Automatically generated operators are unreferencable in deri... +1.02
Is a contiguous_range always a sized_range? +1.39
Is it faster to use iterator-based search-and-use in STL associativ... 0.00
Constructing a string_view from a range of chars 0.00
Range concept for a specific type 0.00
why can't I construct an std::span from iterators? 0.00
Why doesn't std::is_invocable work with templated operator() wh... 0.00
How can I collect an istream_view into a container? 0.00
Structured binding reference with tuple of reference +1.09
How can you have multiple lines or statements inside a C++ pack exp... 0.00
static_assert fails while using constinit const. Confusion in const... +1.67
C++: Statically initialize container with data from other staticall... -1.19
Do C++20 ranges support group by functionality? +0.17
how can a c++ concept combine concepts? -2.11
Does destroying delete still require destructor being accessible? 0.00
std::accumulate using the view std::ranges::views::values 0.00
Perfect forwarding of pair.second using a lambda 0.00
Is temp object for assignment prvalue in C++ 17? 0.00
Multi-dimension array template with dimension deduction +0.17
Does optional typename apply to concept? 0.00
Detect specific tag match in Catch2 at runtime 0.00
Incomplete type `std::variant<...>` used in nested name speci... 0.00
What are the differences between libfmt and std::format? 0.00
Why is operator!= synthesized from operator==, but not the other wa... 0.00
How to make a concept fail with a custom error message (C++20) -3.06
Why is deleting a function necessary when you're defining custo... -1.01
Why is const char[] a better match for std::ranges::range than for... 0.00
Designated initialization and base classes? 0.00
How can I require (in a C++20 concept) that a type T be a reference... 0.00
Does using compre_exchange with c++20 compare the value representat... 0.00
Is lambdification of a concept an improvement or bad practice? +1.80
Why we can have a semicolon in if but not in while loop +1.39
Strange behavior with constexpr interacting with const references 0.00
Can a concept be checked against incomplete type 0.00
What does comparing the result of the three-way comparison operator... 0.00
Easy way to copy the first nth values of a set into a vector in C++ -2.62
C++17 call static method of a template class without angle brackets 0.00
Should C++20 std::ranges::sort not need to support std::vector<b... 0.00
GCC can not resolve method call with defaulted parameter and follow... 0.00