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 5 6 7 ... 22
Title Δ
nextafter vs nexttoward functions in C++ 2011? +0.27
Does bind() have any advantage (other than compatibility) over C++1... +1.44
How to determine between two c++ types without instantiating the ty... -0.53
Calling a function for each variadic template argument and an array +1.46
Why are move semantics for a class containing a std::stringstream c... -0.77
When to use `static_assert` instead of SFINAE? +0.40
How to determine whether the passed array is 1-D, 2-D, OR N-D array +0.49
How to check if simple C++ standard library iterator can be advanced? +0.82
Can you generate a variadic template pack from a size and its conte... 0.00
Why doesn't my function skip trying to resolve to the incompatible... +0.99
Implement search using futures, async, and thread in C++11 +1.90
binding member functions in a variadic fashion 0.00
parameter deduction in function template using an integer value as... +0.27
Default parameter template vs variadic template : what is the last... 0.00
Can I assign 0 to a shared_ptr? Why? +0.28
C++ closure syntax error 0.00
Conditional overloading with trailing-return-type possible? +1.56
decltype comparison +1.42
Smallest C++ Program that will compile -0.01
How can I apply a function to each value of a map to create a sorte... +1.59
Is calling sizeof (*s.begin()) safe? -1.66
Is a typedef in base class visible in inherited class without being... 0.00
C++11 move constructor with side effects +1.51
How is type deduced from auto return type? -2.54
Lambdas and std::function 0.00
How many times std::vector::resize should default-construct new ele... 0.00
How to implement multithread safe singleton in C++11 without using... +1.59
Why class member functions shadow free functions with same name? +1.15
Why does this call the default constructor? +1.09
boost::optional<std::string> and implicit constructor from ch... -2.73
Is it possible to test whether two iterators point to the same obje... -0.19
shared_ptr with non-pointer resources +0.57
Do non-local C++11 lambdas live in anonymous namespaces? +0.12
C++ callback for non-static function between different classes +0.26
rvalue to lvalue conversion Visual Studio -1.29
How can a templated "ResourceCache" load/create resources... 0.00
Initialize all the variables of a specific type to a specific defau... +0.73
How does the compiler know to move local variables? +1.76
Is it possible to infer or default an earlier template parameter fr... 0.00
equivalence between decltype and auto 0.00
c++ why initializer_list behavior for std::vector and std::array ar... -0.99
Named constructors and temporary lifetime extension -0.76
decltype and member function (not pointer) type -0.99
Why do we use std::function in C++ rather than the original C funct... +1.76
Overloaded operators for std::bind placeholders +1.91
Python-like loop enumeration in C++ +0.28
std::unique_ptr compiler error: Members of a derived class cannot a... +0.19
Strange behaviour for unique_pointer in Visual Studio 2010 +1.18
"not declared in scope" error in a header file with templ... 0.00
Call method inside lambda expression +0.31