StackRating

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

hvd

Rating
1690.70 (195th)
Reputation
68,036 (1,284th)
Page: 1 ... 17 18 19 20 21 ... 37
Title Δ
Can I add a breakpoint only for a specific template instantiation? -1.26
Why the compiler adds an extra parameter for delegates when there i... 0.00
How can I track object lifetime in C++11 lambda? -0.69
Code Contracts: ensure constraint on delegate to avoid "requir... +1.27
Storing lambdas as members confusion 0.00
Is it a common practice to use public enum for containing default c... +0.55
Force evaluation of constexpr static member 0.00
IL Emit call a generic type constructor? 0.00
Class destructor is being called twice 0.00
Why isn't compiler time error thrown when we call to a C function 0.00
Subtraction of two nullptr values guaranteed to be zero? 0.00
Literal class with std::string only works with template specializat... 0.00
Why doesn't private inheritance resolve ambiguity for static fu... -2.63
How is this a specialization? +1.76
Cannot implicitly convert type error in generic method +1.39
std::enable_if and template alias, prevent user from filling in std... 0.00
How do I allocate GCHandle to structure when structure contains bool -0.74
How to brace initialize an array of pairs? +1.07
Does a default constructor always initialize all members? +1.74
Is a function type dependent if it depends only on its own template... 0.00
Weird results for conditional operator with GCC and bool pointers +0.78
How to rewrite LINQ-based code as a for loop -0.94
Generic Constraint for allowing bitwise operations? -0.52
Missing Methods in .NET Framework Source Code +0.27
Is this virtual member function template? +0.49
How does the INTERVAL datatype work? 0.00
Pointer to a template member with auto return 'type' in c++? 0.00
C++ explicit return type template specialisation 0.00
How to cast expression in c# +0.29
C++ How to make template<T>f() return -1 for integral T, null... +1.30
Why will "the adress of bool will always evaluate as true"... -0.47
Making Oracle sorting case-insensitive? 0.00
C++ 11 - rvalue reference variables 0.00
How to throw an exception and continue looping (or how to throw man... -0.21
What happens to the git index when I commit? 0.00
Usage of FLAGS_nono##name in gflags source code 0.00
Throw specific exception for a violation of a contract on an automa... 0.00
Wrong use of std::copy? +2.12
SET ANSI_NULLS is not working 0.00
How to enable _USE_UNIX98 (Gcc/C++ v2.96) +1.74
Set property, marked as primary key, is not sent to the database du... +1.14
Is there any advantage in using static_cast rather than C-style cas... -0.41
expected unqualified-id before numeric constant for defining a number +2.41
C++11: will lambda malloc space each time when it declared? 0.00
std::result_of for built-in operators +2.26
Does C Standard guarantee diagnostic message for #error directive? -0.47
std::unique_ptr for C functions that need free +1.67
Why is there no division by zero compile time warning or run time c... +1.32
Template references type deducion 0.00
How to sort a List<Tuple<T1, T2, T3>> by T1 and T3 asce... +0.28