StackRating

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

Columbo

Rating
1700.65 (151st)
Reputation
53,559 (1,829th)
Page: 1 ... 4 5 6 7 8 ... 18
Title Δ
static_assert fails check on templated object pointer 0.00
Template specialization static member in different namespace +1.40
Declaring friend class template via wrapper +1.67
Template in GCC doesn't see a function declared after it, but b... +0.51
Defining unnamed class member functions? +1.34
Why there is no std::make_raw_storage_iterator? 0.00
Template problems +0.10
Call a function with variadic arguments using parameter pack expans... +0.09
Availability of C++11 features +0.84
disabled exceptions and noexcept() +1.88
Including template code in multiple compilation units, will it alwa... 0.00
What does a compiler check for uninstantiated template code? -0.06
Why does Clang++ compiler fail to compile the following variadic te... +1.00
Why does std::shared_ptr<T> = std::unique_ptr<T[]> comp... 0.00
c++ template class, initialization () vs {} +2.32
Template argument type deduction by conversion operator 0.00
Why passing constexpr object by const reference works, but by value... -0.19
Does the c++ sort() function in <algorithm> fail for large in... -0.58
What is a trivial function? +1.21
Is this undefined behavior or a false positive warning? -1.19
Different variadic template expansion -1.89
Why this code didn't work for -m32? +0.30
function && qualifier behaviour -0.72
Why does using the scope resolution operator change which overloade... 0.00
Why is the return type of C++ function template instantiations incl... +2.03
Is this code standard compliant or not? 0.00
C++ function match priority +1.19
What is the difference between declaration and definition of a vari... +0.69
C++ create base class instance in derived class member functino whe... +0.98
Indices trick used for several components +0.24
Constexpr compound assignment operator in clang and gcc 0.00
Ambiguous name lookup with using-directive 0.00
Can a forwarding reference be aliased with an alias template? 0.00
C2535 with template-class in unordered_map (Microsoft Visual Studio... 0.00
Declaring an incomplete type template parameter in place in-the arg... 0.00
Is incrementing a null pointer well-defined? +0.57
Binding reference to an object before construction 0.00
Equivalent of std::transform for tuples -2.41
Defining macro improving syntax of specific function +0.84
Visual C++ - call conversion operator on a primitive type explicitly 0.00
Why would the behavior of std::memcpy be undefined for objects that... +1.10
Default, value and zero initialization mess +1.47
(n*2-1)%p: avoiding the use of 64 bits when n and p are 32 bits -1.58
Fill a vector with pointers to partially specialized function membe... +0.82
Is the term "method" defined by the C++ Standard? -0.34
Is the result of static_casting a constexpr pointer itself a consta... 0.00
Where in the Standard (C++14) does it say that the following two de... 0.00
What is more optimal, store parameter and pass to function or pass... +1.73
Why do you need to specify type of extern/ static variable at initi... -0.86
const T{}; works, const T; fails when T is a non-POD, +2.15