StackRating

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

Yakk - Adam Nevraumont

Rating
1564.05 (4,902nd)
Reputation
197,071 (244th)
Page: 1 ... 36 37 38 39 40 ... 99
Title Δ
Why can't I change the value of a variable captured by copy in... -2.05
std::shared_ptr<Parent> to std::shared_ptr<Child> -1.67
What is the simplest way in C++98 to get and continue to call a cla... -0.58
overload of template template function - explicit call +1.85
C++ manipulation of HUGE vector using threads: can it be optimized... 0.00
find_if with vector<unique_ptr> not working 0.00
Mutex locking between multiple threads +1.87
Valid to use future after corresponding promise leaves scope 0.00
Race condition in Producer-Consumer: limit notifications to when co... 0.00
How to make_shared count times, with different areas allocated with... -0.56
storing pointer to member function does not work for clang++ +0.48
Why does `std::make_shared` perform two separate allocations with `... -1.36
Parent class using default constructor; child class' destructor... -1.97
Narrowing conversion from `int` (constant expression) to `unsigned... 0.00
Is it possible to std::move local stack variables? +2.15
Why ostream is not convertible to ostream? +1.24
Using fold expressions to print all variadic arguments with newline... +0.58
Is there a typical use case that must use `is_detected_v`? -1.43
What's the meaning of `struct decay<T, R(A..., ...)>` +2.75
How to reference self type in default template arguments? -1.45
Making sfinae works for functions with deduced return type? +1.45
Partially std::move a vector? Or how to split without new memory al... -1.24
Can inheritance be used to reduce the size of compiled code in C++? -2.38
Is it legal to use placement new on initialised memory? +1.12
clean, functional script-like error handling in c++ -2.25
Deduce type of container from iterator (when possible) +1.02
Does it make sense to check for nullptr in custom deleter of shared... -1.42
Why does std::shared_ptr provide operator<<? 0.00
Throw compile error/warning if private headers included directly by... -0.08
Avoid creating temporary vars for params which are not defaulted? -0.83
Does async always use another thread/core/process in C++? -1.43
Partially specialize methods of variadic template classes -2.31
How to assign a string literal 0.00
What's the advantage of `std::optional` over `std::shared_ptr`... -1.65
pop() and push() in copy constructor of template stack class not wo... 0.00
How to make a function template only works for types in a particula... 0.00
Should MSVC reject an templated using without instantiation 0.00
Can be std::function inlined or should I use different approach? -1.54
Construct boost::type_erasure::any from C string but store as std::... -0.08
Capturing by value in recursive lambda -1.27
C++ templates not known type at instantiation of template function +0.44
Creation of a vector wrapper from an object which only allows acces... 0.00
Perfect forwarding in a lambda? -1.33
What is the best way to avoid callback pyramid in c++11? 0.00
How can you return a node from a recursive algorithm? +1.71
Initialize vectors size in array of objects -1.09
Concatenating a sequence of std::arrays +0.05
Using temporary object by non-const reference within a single state... 0.00
Why is super class empty constructor required but not called in a d... 0.00
Given a boolean array of a size which is all true, how would i set... +0.15