StackRating

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

TartanLlama

Rating
1698.62 (157th)
Reputation
54,835 (1,769th)
Page: 1 ... 7 8 9 10 11 ... 22
Title Δ
Using `std::vector` as default for template template parameter 0.00
Unusual behavior of copy ctor +1.35
Trying to understand [class.qual]/2 in the C++ Standard 0.00
Elegant and efficient way to modify all elements of std::array +0.57
Deque Iterator Error 0.00
parameter packs not expanded with '...' +1.26
unique_ptr after move and reassigning stuff +1.29
Custom-collapsing template parameter space 0.00
Using an overloaded method of the parent +0.29
difference between rvalue reference and lvalue reference as argument +1.30
std::initializer_list ambiguity in Visual Studio 0.00
Creating a template with default arguments based on type +1.17
Using auto in output parameter +0.27
Reading range from std::array +0.36
Why & operator is needed for taking address of member functions... 0.00
assigning to rvalue: why does this compile? 0.00
"No appropriate default constructor available" in C++11 -2.63
C++ vector giving segmentation fault when inserting/emplacing eleme... +0.90
My code seems to execute in a wrong order -0.67
Deleting copy constructors and copy assignment operators. Which of... +0.27
C++ lambda error 0.00
Making a pointer to std::vector of base class pointers point to std... -0.38
Is there a private using name = type; +1.33
Add copy constructor to a class +1.28
Can I access the class field when using is as a template type param... +1.58
Partial specialization of variadic template member function 0.00
Making class templated forces repeating base class template params... 0.00
Why there is no constant expression string constructor in the STL? 0.00
virtual table with different parameter types 0.00
In C++ how could I cast a sub class instance from one base class po... +0.06
Meaning of dynamic type +1.25
How to check if all the values of an array are equal to 0? -0.95
Does a SFINAEd-out function shadows an explicitly imported overload... -2.18
C++11 range-based for-loop: how to use a container with objects and... -0.23
Non-last default template arguments for function templates 0.00
Is code with try-catch-rethrow equivalent to code w/o try-catch? +0.65
How do I overload operators for some specific data types? 0.00
How is 0 distinguished from other integers when initializing nullpt... -0.41
Cannot convert 'const T*' to 'T*&&' 0.00
Error: control reaches end of non-void function? 0.00
Can someone explain this? [C++] -0.49
Concatenate tuples 0.00
C++ construct a tuple from elements with indices that are NOT in a... 0.00
c++ template function error: variable or field 'swapAdjacent... 0.00
c_str() return value not matching const char* +0.33
When move semantics works with std::move? 0.00
Clang and GCC different diagnostics behaviour for function invocati... +0.64
Calling a static template method from a template function 0.00
Linked template template parameters 0.00
"Use of undeclared identifier" - what is wrong with the c... +1.27