StackRating

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

Jonathan Wakely

Rating
1629.44 (885th)
Reputation
138,346 (435th)
Page: 1 ... 4 5 6 7 8 ... 43
Title Δ
Most efficient way to store variadic function template arguments in... +0.44
template error codeblocks,c++, codeblocks, error -0.71
How to express constness of a forwarding reference? 0.00
Object with private default constructor returned by pointer -0.98
single makefile for building multiple cpp files 0.00
Why does GCC optimization not work with valarrays? +1.42
Weird behaviour when compiling CppUTest tests for application using... +0.30
Difference between std::mutex lock function and std::lock_guard<... +0.30
Use std::result_of_t correctly 0.00
Can I have my Makefile automatically make GCC use the most recent s... +0.26
Default template argument when using std::enable_if as templ. param... +1.74
What are the type conversion rules for parameters and return values... -0.31
C++ Semaphore Confusion? +0.30
Class with std::array of objects without default constructors -1.69
Defining custom types in template metaprogramming 0.00
Is std::map::end thread-safe and is guaranteed that it always the s... +1.66
Attempting to reference a deleted function error with anonymous union 0.00
Should STL map::insert support move semantics with move_iterators? +0.30
C++11: Why result_of can accept functor type as lvalue_reference, b... 0.00
Adding changes from another commit except for some files +1.26
sed command from cmake does not change input file 0.00
Is there a way to convert std::vector<const T*> to std::vecto... -0.96
How to implement remove_reference 0.00
Where can I find a manpage for arm-linux-gnueabihf-ld, let alone a... 0.00
GCC/Clang x86_64 C++ ABI mismatch when returning a tuple? -2.61
libstdc++ QNX cross-compilation fails on mutex class compilation 0.00
Declaring a struct in a class 0.00
No viable conversion from 'const std::__1::basic_string<char... -1.70
Is it better to use pointers for member class/object variables? -0.83
`scoped_thread` pass by value of `std::thread` 0.00
Change the order of two equal elements in an STL multiset 0.00
Binary search on a priority_queue (efficient insert and search on a... 0.00
undefined reference to std::__detail::_List_node_base::swap 0.00
How to create an inline implementation of an abstract class? +1.39
Value of `__GLIBCXX__` for each libstdc++ release +1.92
C++ constness on template type parameter 0.00
Why can't clang enable all sanitizers? 0.00
Weird cout behaviour -0.26
bad_alloc upon inserting object by rvalue and object validity +0.27
Why does the enhanced GCC 6 optimizer break practical C++ code? -1.04
c++ How do I .get() std::future out of a vector? -0.20
Why std::(i)ostream treat signed / unsigned char as a text and not... -0.70
Is this a way to defeat elision to keep dtor side effects? +1.57
weird pthread_mutex_t behavior +0.80
unique_ptr with custom deleter doesn't double allocated space 0.00
C++: Why we cannot call private destructor on a local variable? 0.00
Segmentation fault while iterating foreach loop 0.00
Local static variable shared between all instantiations of a generi... 0.00
Why does the C++ sort() function not work in the sort(vectorname) f... +1.17
How to create clients table in udp socket programing the server sid... -0.20