StackRating

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

krzaq

Rating
1621.65 (1,056th)
Reputation
14,650 (9,674th)
Page: 1 2 3 4 ... 8
Title Δ
Determine the number of digits of number in base 2 when you know th... -1.28
Why does default move constructor need default-deleter of class use... 0.00
In C++11 is there a way to not require template arguments when call... 0.00
Nested Template arguments when I know the typenames already +1.57
force to call constructor rather than funtional-style cast 0.00
Why MSVC compiler does not detect std::array out of bound access +2.28
C++11 Thread-safe initialization of function-local static const obj... 0.00
Does modifying class member objects in the destructor result in und... +1.95
How do user-defined literals play together with digit separator? +0.35
How to replace std::ptr_fun with std::function and std::ref +1.66
Accessing a class member in an if statement using std::is_same +0.15
Why const is ignored when deducing type from universal reference? 0.00
How to impose a lexicographic order on an (arbitrary) POD C++ struct? +1.97
Why must I use const with constexpr for a static class function? +1.68
Compiler warning about undefined operation +0.74
Avoid hardcoding enum type 0.00
Passing result of std::bind to std::function "overloads" -0.34
Call function based on template argument type +0.07
template argument deduction - boost::unordered_map +1.98
Sizeof array auto changed when passed into function in Visual C++ +0.35
C++: Pass string literal as a string& leads to compilation fail... 0.00
With templates, how to differentiate two parallel cases, such as be... +0.43
C++ perfect forward copy-only types to make_tuple 0.00
How to subclass a superclass chosen by traits? 0.00
Qt/C++ - Convert string timestamp to uint +0.35
C++ Compiler behavior with re-interpreting template parameter const... -0.53
Using `std::conditional_t` to define a class' `typedef` in depe... +1.50
std::bind2nd and std::bind with bidimensional arrays and arrays of... 0.00
If there is a class and a variable by the same name in the same sco... 0.00
What does the _Get method of a std::weak_ptr do and when should it... 0.00
Why std::vector does not have a release method? -0.70
How to specialize methods for multiple types at once -0.15
Why doesn't this template signature work as a string-literal us... +1.87
Check if a template argument is a std::vector<T>::iterator -1.20
Q_ENUMS and using declarations do not work together 0.00
How to have local anonymous C++ function object use argument from c... +1.98
Limit range of type template arguments for class 0.00
Check if string has letter in uppercase or lowercase -0.76
Initialize vector of vectors with reserved vector 0.00
Template function with 32-bit/64-bit integer overloads -0.64
Should a constructor ever be called on assignment? +1.78
Compilation error when trying to find_if an unique_ptr in a vector +1.39
using range based for loop for iterating on a sub range 0.00
Dynamicly setting which parameter to extract +0.37
Trailing return type, declval and reference qualifiers: can they wo... -2.09
Does the C++ standard define the structure of a bucket for unordere... 0.00
VS2012 complains when using +[]{} sorcery 0.00
Erasing particular elements in a vector with algorithm 0.00
std::array Can't compare between two arrays with my class as it... 0.00
How to apply a tuple of actions on tuple of numbers? 0.00