StackRating

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

Xeo

Rating
1709.80 (111th)
Reputation
106,537 (664th)
Page: 1 2 3 4 ... 22
Title Δ
Why does std::unique_ptr operator* throw and operator-> does not... +0.88
how to do an if else depending type of type in c++ template? +1.25
How to rewrite this to make it conforming to the C++ Standard +0.23
Should partial specialization of variadic template classes favor no... 0.00
boost::any and templates 0.00
No matching call error occuring for boost::ref but not with std::ref +1.38
Make variadic function which takes arbitary number of void functors +1.78
Variadic function dosen't accept string objects -0.28
A confusion about variadic templates in c++11 standard 0.00
constexpr, arrays and initialization +1.12
How to implement an easy_bind() that automagically inserts implied... 0.00
C++ index of type during variadic template expansion +1.73
from unique_ptr<char[]> to unique_ptr<const char[]> 0.00
Broken std::unique_ptr in GCC 4.7.2 0.00
Result type of a class method? +0.24
Is 'auto a_class::f(...) -> T const' ambiguous in the grammar? 0.00
variadic templates - ambiguous call +1.47
What is the order of calling destructors for temporaries in C++? +0.27
Underscores, names and literal operators 0.00
How to turn method pointer types into function pointer types 0.00
What is the best way of renaming (alias/forward) a function in C++? 0.00
Initialize a constexpr array with user-defined literal 0.00
what is the difference between forward<T>(a) and (T&&... +0.23
manual select overloaded function for rvalue or lvalue type +1.89
Why can't these variables be moved? -2.33
Uniform initialization of derived class with trivial ctor 0.00
How to construct a wrapper tuple from implementer tuple? +1.23
How is "int main(){(([](){})());}" valid C++? 0.00
How do I bind a ::std::vector of arguments to a functor? +1.64
Is a heterogeneous variadic non-type template argument count flexib... 0.00
Replace BGL iterate over vertexes with "pure" C++11 alter... 0.00
Can list initialization not be used for private members? -0.84
Populate An Array Using Constexpr at Compile-time +0.25
C++ concat two `const char` string literals +1.04
std::function and Signal/Slot system 0.00
for(auto e : xxx) conflict with constructor +0.25
Translating (1-tuple to 10-tuple) argument to n-tuple argument in C... -2.86
What does auto&& tell us? +0.24
C++ error: was not declared in this scope with private after public 0.00
Pointer to function and std::function : the first one compiles and... 0.00
Is &array[size] perfectly secure? 0.00
Is there any performance gain if I use [this] instead of [=] in lam... 0.00
move semantics behaviour on vector return 0.00
unordered_map with referenced key +1.36
Passing an integer or a type as a template parameter? +0.05
copy constructor strange compile error +0.89
What is the purpose of .then construction in PPL tasks? -2.20
Allow to pass only pointer to new'ed object 0.00
assigning lambda to std::function 0.00
Does memory for new have to come from operator new? -1.11