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 ... 47 48 49 50 51 ... 79
Title Δ
bool must take exactly one argument == operator implementation file 0.00
Implicit conversions in boolean compound assignment? +1.32
Specialise functor when template class is_convertible to a well kno... -0.81
Overloading operator== for const std::reference_wrapper in std::uno... 0.00
Template deduction fails with argument after parameter pack -1.80
C++ Variadic Template Remove Function Logic +1.39
returning constant object and construction from temporary 0.00
C++ STL std::random_shuffle cannot pass custom random number genera... 0.00
Am I guaranteed to not be bitten by this ODR violation? 0.00
C++ Decimal to Roman Numeral converter - outputting incorrect outpu... -1.79
storage duration of underlying character data with user-defined str... 0.00
Call base member after virtual dispatching (emulate virtual destruc... +1.06
Curly brackets initialization without any value -2.25
How can I overload operator= for lambda assignments? 0.00
SFINAE with variadic templates 0.00
Alternative tuple iteration using constexpr +1.59
initialize integer array inline when passing arguments to a method 0.00
Why condition_variable in this code blocks? +0.23
Bug with std::deque? +0.59
static reference referring to temporary variable -2.83
Checking if a class has a function (return type and const checked) 0.00
How to make a C++ templated function agnostic to the return type fo... +0.98
std::set insert with initialiser lists +0.81
template specialization for special value of integer parameter -2.82
template parameter for const iterator instead of iterator 0.00
About std:cout in C++ +0.23
Is there "modern" way to avoid this kind of code duplicat... +1.05
What can you do with templates with zero template parameters? -3.13
Is this a correct usage of rvalue references? +1.38
c++ template copy constructor on template class -0.37
method template overload in class template using sfinae 0.00
std::out_of_range: vector::_M_range_check +0.22
Compose variadic template argument by transforming them 0.00
std::bind binds "by value", is that true? 0.00
Ambiguous overload with array passed as pointer +1.02
Dynamic memory allocation and pointer non-char array type 0.00
C++ strange function behavior 0.00
Setting a function parameter, which is of type pointer to a functio... +1.36
Can the use of C++11's 'auto' improve performance? +1.08
Initializing a global, const POD struct; addressing specific members -0.55
QuickSort program not working 0.00
Return ith row of 2d array as a vector 0.00
template function overloading with template type-parameter-list 0.00
class (or struct) self-reference by template 0.00
Moving a lambda: once you've move-captured a move-only type, ho... +1.94
"Inherit" move operations without access to base-class me... 0.00
Using template arguments inside a lambda 0.00
Fast recursive function for returning n-th Fibonacci number -0.38
Apply using statement to the return type of a function without appl... -2.27
Why do I have to call operator<< as a method for SFINAE to wo... +2.01