StackRating

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

Praetorian

Rating
1708.34 (116th)
Reputation
90,091 (871st)
Page: 1 2 3 4 5 ... 30
Title Δ
Is std::unique_ptr the wrong tool to allocate memory for an array? +1.21
Accessing a size_type of vector inside a struct -2.08
Threaded unique_ptr in a loop 0.00
boost thread_group move ownership of unique_ptr to thread 0.00
C++0x auto cannot deduce the type of vector<int> member funct... +1.13
Conceptual issue with range based iteration over multiple std conta... 0.00
For each loop only takes first string of array C++ +0.21
Variadic expander without a typedef +1.10
Achieving an SFINAE-like effect in an if-else block 0.00
"ambiguating new declaration" error for a templated metho... 0.00
C++ Lambda stored in container capturing "this" 0.00
The best way to ignore files with other extensions when using the C... -0.78
Control to what kind of references `T` binds -0.68
Is list-initialization an implicit conversion? 0.00
strongly typed enums not allowed to be used as arguments of the sam... +0.61
boost::enable_if_c error: is not a valid type for a template non-ty... 0.00
Std::pair/ostringstream ctor syntax 0.00
std::map does not accept my operator< 0.00
parsing 3 floats for glm::vec3 using boost::spirit::qi (error_inval... +0.25
How to erase elements from a vector based on a specific condition i... +0.65
How can I return an object with converted type from a new operator+... +0.24
c++11 union contains data member with virtual function -0.60
How do you create a custom deleter for a unique_ptr class member th... +1.23
How could std::experimental::source_location be implemented? 0.00
C++1z - Check if a type is passed in variadic template parameter pack 0.00
C++11 discarding numbers in a PRNG sequence 0.00
why this Singleton in c++11 does't work well? 0.00
How to make std::make_unique a friend of my class 0.00
std::initializer_list to return member variables returns incorrect... 0.00
non standard extension warning when searching in a vector of unique... +0.81
Usage of Derived class with the std::shared_ptr of Base class -0.13
How to pass reference to pointer managed by std::shared_ptr 0.00
int a[] { (functioncall(a1, a2), 0)...}; (void(a)); What does this... 0.00
std::equal_range with lambda -1.75
How can you get boost::program_options working with boost::posix_ti... +0.25
How does std::map call value destructors? +1.11
C++ std::unique_ptr : Why isn't there any size fees with lambdas? +1.02
Can a C++ class contain a static const std::array initialized inlin... 0.00
Why a template with an initializer_list argument misbehaves with st... +0.82
C++ type_traits template to add reference if not const +1.26
=default ignores access specifier? 0.00
specialize std::greater via std::rel_ops +1.12
How to find n occurences of an expression with boost spirit? 0.00
SFINAE doesn't work on a constexpr function? -0.01
using std::move on unique_ptr on a type derived from templated base... +0.24
Printing the smiley-with-beard lambda expression +0.24
Moving a lambda: once you've move-captured a move-only type, ho... -0.94
C++ wrong constructor being called -0.63
why auto i = same_const_variable could not deduce "const"? +0.82
Why ={} initialization doesn't work for tuple? +2.05