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 ... 22 23 24 25 26 ... 35
Title Δ
Is it still advisable to pass functors to STL instead of functions? +1.50
Constructing an std::thread via (Args&&...) 0.00
How to insert a conditional_variable object into a Vector? +0.26
Class template, which is independent of the permutations of its arg... +0.27
lambda returns '1' all time +1.26
Removing the first specified type found from a nested pack 0.00
Is this recursive reference with tuples safe? 0.00
Why is this move allowed? 0.00
Namespace questions: forward declaration and mixing namespaces 0.00
What is the purpose of a struct template without definition? +1.21
Placement new in std::aligned_storage? +2.15
const& vector member initialized with const& vector in ctor 0.00
std::thread taking lambda with ref arg fails to compile +1.26
Tying a stream to itself 0.00
new of incomplete type compiles when wrapped in template 0.00
pointer to member strange declaration +1.79
Are compound literals Standard C++? -0.73
Different compiler behavior with C++11 -2.07
Class declaration within a function declaration 0.00
How can we use function arguments within a function declaration? -2.58
Type mismatch in overloaded operator (writing pipelines) +0.25
member function SFINAE error C2938 -0.41
Variadic helper function with partial argument pack -1.62
Generate Unique Identifier that can distinguish ID(Foo::a()) from I... 0.00
C++ Template Collection Type 0.00
error when trying to overload << operator and using friend fu... 0.00
c++11 get type of first (second, etc...) argument, similar to resul... 0.00
Initializing lvalue reference with rvalue 0.00
Does "int (*)[]" decay into "int **" in a funct... -0.84
overload operator followed by template type parameters 0.00
Why static_assert in template gives me different result with equiva... +0.90
Simple way to selectively disable template member in C++11 0.00
Using Lambda/Template/SFINAE to automate try/catch-safeguarding of... -0.63
Capture and move a unique_ptr in a c++14 lambda expression +0.96
Could once_flag be movable? 0.00
What type should std::remove_cv produce on an array of const T? 0.00
Template specialization no matching constructor 0.00
Why is an acquire barrier needed before deleting the data in an ato... +0.29
Using functions that return placeholder types defined in another tr... 0.00
Specializing "type argument" with "non-type argument... -1.91
How do I pass a template that's inside a template to another te... 0.00
How to make a SFINAE-based Y combinator in C++? +0.85
Overload resolution not applicable to operator overloading 0.00
Can a throw or delete expression ever be dependent? 0.00
Unscoped enumerators within a class definition -1.94
I can no longer assign char[M][N] types into a std::vector on gcc 4.9 0.00
Template argument declaration 0.00
C++ virtual function from privately inherited class, promoted to pu... +0.96
Create a variadic template from a constexpr array 0.00
g++ compiles array with size given at runtime by const value (not c... +1.07