StackRating

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

Marshall Clow

Rating
1502.75 (335,893rd)
Reputation
7,192 (22,261st)
Page: 1 2 3 4 ... 10
Title Δ
How to remove 'all duplicated ' values? +1.29
How to handle non default_constructible tyname variables +0.51
Should it be possible to add to an iterator of an empty deque in C++? -0.95
std::adjacent_difference with std::chrono time_point -0.70
Conditional class member based on template -0.90
how __is_trivially_copyable is implemented inside g++ stl? 0.00
Constructor taking std::string_view vs std::string and move -0.15
Cast/Convert const vector<uint8_t> to const vector<char>... 0.00
I have a question about std::priority_queue 0.00
Algorithm to return arg_min and optionally min_val -0.01
Executing function pointer from a in std::vector iterator -1.54
is there any risk using std::addressof(std::cout) instead of &s... -1.24
Variant - are old values' cleaned up when assigning a new value? 0.00
Operation of push_back on an element of Vector (C++) +0.74
Sort function from standard library gives an error using an iterator -0.01
Can anyone contribute to C++ STL? 0.00
what is time complexity of lower_bound? 0.00
How do you make a fold expression with custom operator <<? 0.00
Should I use `const T&` instead of `T&&` in my code lik... -1.14
Does vector erase method needs class to have = operator? -1.31
Is the sequence of random numbers generated with a given seed guara... +2.04
The function " std:: variant <_Types...> operator ="... 0.00
How smart is std::max_element()? 0.00
How to make 'this' into std::unique_ptr? +1.19
Decrement a for loop onto a vector -1.59
Implementing an iterator class for a my linked list. What is the us... 0.00
how to exit a std::execution::par_unseq loop based on a condition 0.00
Where the following function come from `_GLOBAL__sub_I_a()` and `__... 0.00
Is implicit construction of `const std::string` from `const char *`... -1.22
Is there a clang++/libc++ equivalent to the __gnu_cxx::__freeres ho... 0.00
unique_ptr<T,Deleter> constructor requires that Deleter is no... 0.00
Setting precision/field width in operator<< for an entire vec... -0.95
Understanding the "Callable" object/things in this code 0.00
C++: How do unordered containers prevent duplications? +2.66
Neat way how to cyclically iterate 4 enum class values in both dire... -1.19
Using of overloaded new/delete and STL in shared library 0.00
Returning vector<string> inside a function or recursive_direc... 0.00
Is it possible to pass member function (method) dependent on instan... 0.00
"DSO missing from command line" when compiling with clang... 0.00
Is there any way to create a stack through STL which contains eleme... 0.00
g++ 6.3 enable relaxed constexpr 0.00
Why there is output difference for give code in c++ 11 and c++ 17? 0.00
delete and deallocate vs delete without deallocate +2.61
Can the default C++ std::allocator be supplanted/superseded for 3rd... 0.00
term does not evaluate to a function taking 2 arguments--error 0.00
C++ standard library symbols bound at runtime to other libraries 0.00
MAX_SIZE OF SET 0.00
How to find out the specific algorithm my C++ compilers use for std... 0.00
A difference behavior between a deque and a list 0.00
Using "new" with initializer_list does not assign string... -1.43