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 ... 22
Title Δ
Compiler added optimization causes different behavior for "fin... -0.94
in-place vector construction from initialization list (for class wi... -2.23
Lazy transform in C++ +0.80
Template Friending syntax +0.81
Giving the dimensions of after declaring c++ +1.39
Why do I need to use std::move in the initialization list of a move... -2.25
C++ STL datastructures compared to Java -0.63
Can a unique_ptr be used with a negative index without leaking memo... +0.23
Does C++11 does optimise away tail recursive calls in lambdas? 0.00
Why am I getting the error no match for operator= in 'a = x'? 0.00
Is a compiler forced to reject invalid constexpr? -2.36
Detect if a type is a std::tuple? +1.23
C++: Manual disambiguation of partial specialization (with SFINAE) 0.00
c++ function that can't return a meaningful value under some condit... +0.72
Can I easily iterate over the values of a map using a range-based f... +0.24
C++11: Compile-time Array with Logarithmic Evaluation Depth +1.32
No instance of function template remove_if matches argument list +1.26
Overload only if the type has a "<<" operator? 0.00
C++ How to specify all friends of a templated class with a default... +1.29
Without using lambda how can I neatly create a function given an ex... 0.00
namespace issues in c++11? +1.32
How to properly declare a generic sorting algorithm? +0.46
Can X x(t...) ever result in a function declaration with vexing par... 0.00
JNI C++ templates to acquire/release resources +0.24
Binding data members not working in VS2012? +1.35
Seemingly ambiguous template function overloads 0.00
C++ detect templated class +1.54
multidimensional array initialization using indices trick 0.00
How do you create a vector of pairs from a subset of a multimap? 0.00
Why does my iterator point to null, but only sometimes? +0.00
Given myvector.start() and myvector.end() I want to create a read-o... -1.12
How to construct each of the elements of a member array with the ar... +1.37
Why do I get quadratic time sorting using STL sort()? +1.05
Clarification wanted re. C++ type_traits 0.00
std::initializer_list alternative 0.00
C++11 variadic template function call forwarding +0.29
Does C++ offer support for an asynchronous approach? -0.58
What is the std::mem_fn type equivalent to void(MainWindow::*handle... +0.90
Create variadic wrapper of a class +1.45
What kind of C++ constant/macro is -1.#IND? +0.84
Why does ADL take precedence over a function in 'std namespace' but... +1.61
Legal to overwrite std::string's null terminator? +0.52
Is there are nice way of logging function names when inside a lambda? 0.00
boost function and bind external symbol 0.00
Is it wrong to use templates with the implicit assumption that cert... 0.00
Sequence range unroll, using variadic templates 0.00
Writing code that works when "has_trivial_destructor" is... -2.55
Why is return type before the function name? +1.47
Use __FUNCTION__ and __LINE__ to construct identifier name -0.78
function overloading with const parameters 0.00