StackRating

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

metalfox

Rating
1507.60 (102,197th)
Reputation
1,964 (85,284th)
Page: 1
Title Δ
Best way to use constructor as a function in std::transform? 0.00
Usefulness of post-incrementing a weakly_incrementable? 0.00
Why is there an error "no matching function for call to 'A... 0.00
Why can't std::ranges::views::filter take std::isupper as argum... 0.00
How does the erase-remove idiom work with ranges/constrained algori... +0.06
requirements for custom container type to use with views 0.00
Why does C++20 not support "void f(Concept const auto&)&qu... -1.71
Why doesn't Same<T, U> subsume Same<U, T>? 0.00
Protecting for loop with std::mutex +3.94
C++ concept isn't easy to use? 0.00
Why does `std::all_of` not use `std::invoke`? +0.22
Eigen Sparse LU solver 0.00
What exactly is the Readable concept in Range v3? 0.00
Using auto with variadic templates that generates a tuple 0.00
std::declare_if or other hypothetical ways for discarding member de... +3.95
Template parameter dependant [[nodiscard]] 0.00
Trying to 'replicate' shared_ptr upcasting behaviour cause... 0.00
Template Argument Binding 0.00
Initialize an std::array algorithmically at compile time -3.26
How to properly check for member at compile time with boost::hana? 0.00
Determine if there is an overloaded function defined for a paramete... 0.00
template with lambda as unique default parameter on each instantiat... 0.00
Is there a better way to make this code thread-safe? Thread_local s... 0.00
Multiple iterators to a complex range +2.00
Create foldable template parameter pack -0.92
Programmable filter using Paraview 0.00
Multidimensional array with dynamic extents (without raw pointers) -3.89
SFINAE for function body -1.82
Array class that will accept an braced-init-list and deduce length +4.17
Implementing an initializer-list constructor that doesn't copy... 0.00
mdspan and the strict aliasing rule 0.00
Why is the enclosing type of a static lambda member incomplete? -3.58
Intel icpc and C++14: How to constexpr std::complex? 0.00
How to create a char array from string constant? +1.33
thread safety in a signal-slot system (C++11) 0.00
C++17 class template partial deduction +0.07
How to compile this simple C++ code using `openmp` 0.00
Why isn't the multithreaded loop faster? +2.41
How to write a simple range concept? -4.10
std::ignore with structured bindings? +5.84
C++: Can std::tuple_size/tuple_element be specialized? -2.41
Why do C++17 structured bindings not use { }? +0.09
Trying to implement a sort of initializer list syntax for Eigen Mat... 0.00
cannot find shared library when library already in /usr/local/lib 0.00
constexpr static member before/after C++17 0.00
How to handle shared resources with pthread mutex +5.22
FLTK - throw an exception inside handle 0.00