StackRating

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

T.C.

Rating
1736.14 (56th)
Reputation
110,671 (623rd)
Page: 1 ... 23 24 25 26 27 ... 35
Title Δ
how to check if a type is defined by typedef or using in template p... 0.00
std::unique_ptr for C functions that need free -1.59
Can you reuse a moved std::string? +0.27
How to have compiler choose static array version of template over p... +0.33
Implicit conversion of lefthand argument in in-class declared frien... 0.00
static_assert with dependent expression that is actually independent 0.00
SFINAE std::isfinite and similar functions using std::is_arithmetic 0.00
Will two relaxed writes to the same location in different threads a... +1.32
constexpr array of constexpr objects using move ctor -0.44
Autodetect typeparameters of Base class 0.00
C++: template function with explicitly specified reference type as... -0.35
C++11 type-conversion heisenbug (XCode 6.1, clang) 0.00
C++ using snprintf in ostream with rvalue buffer, is this well-form... +0.26
Implementing static version of std::all_of using template metaprogr... 0.00
Assignement operator requirement for Key type in std::map 0.00
result_of issues for both Boost and std, some compile in gcc while... 0.00
Why char parameters promoted to int in parameters? +0.49
Const member stack vs heap -1.76
Why does the address operator come as a default member of C++ class... +1.66
Initialization by user-defined constructor 0.00
Type of the first parameter of a member function in C++11 0.00
function call missing argument list +0.27
Why is initializer_list constructor preferred here? +0.65
Range based for with pair<Iterator,Iterator> +1.07
GCC: "__unused__" vs just "unused" in variable... 0.00
Example of ill-formed implicit conversion 0.00
Inheritance and STL vector -0.53
What does P::************ mean in Boost assert.hpp file? -2.42
Returning a private vector -0.73
Is it safe to secure a racy variable with another racy variable? +2.01
Inconsistent parameter pack deduction with variadic templates 0.00
Why is a destructor called if it's deleted and not called if it... +0.59
How to iterate over a tuple in C++ 11 +0.74
Should T() initialize member variables to zero? +0.71
How to declare a lambda's operator() as noreturn? +1.80
How is std::vector<bool> declared/defined? 0.00
Is the predicate of std::condition_variable executed under lock? +0.00
How can static_assert be used to check element type of iterator arg... 0.00
Potential evaluation of inline function bodies and instatiation of... 0.00
What is a proper way to implement is_swappable to test for the Swap... +1.84
Why can't we overload a constructor to add a default argument t... +0.28
C++ : ((A*)nullptr)->foo(); is legal? 0.00
Which headers in the C++ standard library are guaranteed to include... 0.00
Prevent all instantiations of a template class - including supporte... +0.12
Why do templates allow constexpr function members with non-constexp... +1.86
Pointer Assignment Clarification +0.28
Iterating a parameter pack with variadic templates in c++ +1.39
How to tie two tuples? -0.22
condition in template function implementation depending on whether... +1.15
Getting the biggest type from a variadic type list 0.00