StackRating

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

ecatmur

Rating
1670.59 (323rd)
Reputation
118,241 (557th)
Page: 1 2 3 ... 39
Title Δ
Templated member variables in C++ +1.37
error: too many arguments for class template in a parameter packed... 0.00
Constexpr if-then-else in C++11 -2.26
Is there a way to static_assert on literal expression vs function c... +1.56
How to use C++20 concepts to check some constraints in the template... -0.06
The point of destroying a temporary object when it created in a mem... 0.00
Unlike STL and std::basic_string, why there is no default allocator... -2.55
enable_if fails without decltype in return type -1.88
Why is the defaulted default constructor deleted for a union or uni... +0.87
How to initialize union in struct with C++20 designated initializer 0.00
C++ primer 5th ed. function template overloading 0.00
C++20 functional-style function calls -2.52
Why isn't an expression a "core constant expression"... +0.27
Why a std::array is not constant expression when it is the input of... +0.91
Why this code snippet works with C++17 whereas the compiler complai... 0.00
Can I use boost::copy_range on the result of boost::adaptors::trans... 0.00
How to wrap C++ types into a list for variadic arguments 0.00
Function object to pass std::get around as an argument to functions 0.00
Assigning std::function inside union crashes program +1.10
what's the original type for a member function template during... 0.00
How to get the std::fill function to work with a std::map? 0.00
Guaranteed copy elision for uniform braced array initialization - S... 0.00
decltype on BOOST_HANA_STRING +1.14
Why do Clang and MSVC not like a member typedef declaration with a... +0.73
Get constexpr without running the program 0.00
Can I unwrap std::map iterator to structured binding of optionals? +0.91
Failing to create a std::ranges::iota_view with value and bound 0.00
Accepting std::array of char of any size as non type template param... 0.00
BOOST TEST: Custom << operator for std::vector<float> t... 0.00
What is the difference between std::invocable and std::regular_invo... +1.43
How to match only variadic templates with a template template param... -0.24
The redeclaration in a statement after case label inside a switch s... -2.91
How to best solve "void foo( const T& t = T() )" when... -0.57
Convert vector to owned array without copying -2.52
C++: How to make the compiler optimize memory access in case when a... 0.00
Using std::less<> for unique_ptr to raw pointer comparison fa... +1.13
Replication of same behaviour without using decltype 0.00
The issue about the deferred dynamic initialization 0.00
c++ lambda with implicit return? 0.00
Can I initialize a std::vector<bool> from uint8_t (or std::by... -1.98
dynamic_cast a rvalue-reference unique_ptr? 0.00
Why does clang, using libstdc++, delete the explicitly defaulted co... 0.00
What's the best way to notify about malformed template instanti... 0.00
How do you do bounds checking with std span? -2.26
A issue about the order of explicit instantiation and explicit spec... 0.00
Accessing private data with reinterpret_cast -0.08
Interface with BOOST Range 0.00
How to solve " a missing vtable usually means the first non-in... 0.00
Is it possible to use std::char_traits<char> in constant expr... 0.00
How can we customize our own hash function for C++ unordered set to... -0.42