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 ... 26 27 28 29 30 ... 79
Title Δ
Making `std::get` play nice with SFINAE +1.01
Why Can't I do decltype on an Extraction Operator 0.00
C++ safe bool wrapper -1.41
std::enable_if based on variadic template existence 0.00
C++ static_cast vs dynamic_cast +0.94
How do I merge two mpl maps producing a new map? 0.00
C++ generic class dealing with dereferencing syntax +0.29
Determine type from non-type template parameter 0.00
What rules govern use of multiple user-defined conversions between... +0.23
libc++ duration hiding warnings incorrectly? 0.00
Create a tuple with variatic type wrapped +1.01
How to use std::vector::remove() in a virtual class method? 0.00
Why doesn't this boost::variant::operator= call compile? -0.06
Issue with enable_if and multiple conditions +1.05
Can I abuse a predicate to perform operations on the elements befor... 0.00
A constexpr function with delayed initialization of local variables +1.21
SFINAE inside std::enable_if argument 0.00
Makefile does not see my implicit rule +0.65
Don't use sizeof for T if T is a function +0.45
Template class specialization with template class 0.00
Variadic template specialization, std::enable_if, SFINAE 0.00
Way to set private variable of class having more than one member va... -1.51
What is the evaluation strategy (eager, lazy, ...) of C++ metafunct... 0.00
C++: union that contains class it belongs to +0.22
Strange behavior of narrowing in context of initializer lists 0.00
Converting int to a size_t +0.18
Why can't we trivially copy std::function +1.00
Is it safe to move unique_ptr from a container and erase it? 0.00
Transform vector of Class to vector of decltype(Class::name()) by c... +0.75
overloading of template template function 0.00
member initializer 'SuperClass' does not name a non-static... 0.00
C++ template function to delete and reset pointers +0.62
why does the value_type function return a pointer in SGI STL 0.00
How does int*** in this template metaprogram work? -0.44
Is there a way to pass container values to a variadic function? 0.00
Why this code does not generate an ambigous call error? 0.00
Rationale of template parameter pack expansion syntax +0.96
Ambiguous overload - partial function template ordering with parame... +0.80
Equivalent ternary operator for constexpr if? -2.27
Compiler which can compile c++17 lambda inheritance with parameter... 0.00
std::array-like class copy constructor +0.22
How to compute distance between std::vector<int>::iterator an... 0.00
Having difficulty in creating a templatized generic vector which ca... 0.00
clang::ast_type_traits::DynTypedNode::get() cant infer template arg... 0.00
compile error - templates, enable_if 0.00
Should use unique_ptr to more easily implement "move" sem... +1.01
Boost logger initialized in 'dynamic initializer' doesn'... 0.00
Is ((a + (b & 255)) & 255) the same as ((a + b) & 255)? +0.20
C++ Class template deduction (P0091R0) for function arguments 0.00
Prevent implicit conversion but allow list initialisation? 0.00