StackRating

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

Guillaume Racicot

Rating
1564.12 (4,895th)
Reputation
14,934 (9,432nd)
Page: 1 ... 11 12 13 14 15 16
Title Δ
How to make an abstract class member? 0.00
Cannot bind lvalue to A<Cv2>&& 0.00
Is it safe to `std::move(*this)` into an object being created from... +2.26
C++ Function for struct regardless of template types -1.29
Comparing objects from two different classes? +0.03
Is there a way to SFINAE based on available overloads in the curren... +0.88
Is case statement1 + statement2: poor coding? +0.53
Using `std::conditional_t` to define a class' `typedef` in depe... +0.56
c++: compile time error on function call if condition not satisfied? +0.42
C++ Separate Positive and Negative Values From An Array -0.32
Unable to Make Template Based C++ Code Compile: Needed typename bef... 0.00
Variadic templates, recursion, non-typename parameters 0.00
How can I initialize an array of objects to the same values in my c... +0.37
What is difference between decltype(auto) and decltype(returning ex... +1.77
How to make an inherited virtual function not usable? +1.89
C++ default move assignment operator cannot be invoked on class eve... +1.46
invalid cast from type 'void*' to type 'int*' +1.58
Do move constructors need attribute that are moveable? +0.81
Which files of Netbeans IDE contains user settings and templates? 0.00
Preventing template instantiations in a static library 0.00
C++ template OR operator? -0.54
How to initialize a class type used as a function parameter 0.00
Defining interfaces for functions that only accept functions 0.00
What does T::* signify in the declaration of a function parameter l... +0.54
Add CMAKE variables to project in KDevelop 0.00
Workaround for returning uncopyable object without a move ctor -0.57
Type deduction does not work +0.42
Meaning of intrinsic type with () in C++ -1.93
SFINAE to have a class member only if possible -0.47
Expand a type N times in template parameter +2.85
Why should I even consider using structs in C++? -1.38
is there anything wrong with this Singleton class +0.68
How to pass class with virtual methods around and how to use it as... 0.00
Execute a function as parameter in C++ +2.46
C++ Template trouble -0.86
C++: How to avoid vector from being destroyed after returning from... +0.52
C++ - inherting std::tuple from something adding virtual functions... 0.00
Select templated operator implementation +1.48
Custom vector doesn't support unique_ptr +1.52
How do I implement return type lookup for templates using a map in... -0.30
How to do a conversion from enum to type (and use as it in a templa... -0.10
SFINAE with ampersand before a function vs its name +2.14
'Constant Expression Required' Error while keeping formal a... 0.00
Error when extending a template abstract class 0.00
C++ How to write generic comparator function for int, double, strin... -1.87
Use lambda as GLFWkeyfun -0.97
How to simplify complicated SFINAE syntax, in pre-C++11, C++11, 14... -0.69
Template class and nested class C++ +2.62
Matching a C++ lambda expression in templates +0.67
How can I pass a function to a templated function A which may have... -0.24