StackRating

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

Brian Bi

Rating
1734.03 (61st)
Reputation
68,782 (1,268th)
Page: 1 2 3 4 5 6 ... 29
Title Δ
Cannot call function stored in unordered_map 0.00
C++ variadic templates deduction logic 0.00
C++: implementing a higher-order function which receives a lambda a... -2.74
Does deriving from a templated base class instantiate the template... 0.00
Where to define compile-time constants? 0.00
Is accessing static class member via unitilialized pointer UB? 0.00
Copy assignment on a structure of references 0.00
Named Return Value Optimization when using std::optional 0.00
Is it possible to have UB by default? +0.22
Correct syntax for uniform initialization of temporary of type with... 0.00
How to create a specialized a function template for a custom templa... -1.45
Why is "++i++" invalid while (++i)++ is valid? +1.18
How can I prevent user from specifying a function template paramete... +1.80
Does clang support __null? -0.83
Definition of a template function inside .cpp file is not working e... -0.66
Is it ok to return default argument's value by const reference? +0.97
std optional copy constructor +0.21
Is capturing a newly constructed object by const ref undefined beha... +0.22
Appropriate data structure for add and find queries -0.75
Can't std::cout a max_element function 0.00
"Materializing" an object of a known type for C++ type in... 0.00
Why do we need to create a one-arg constructor in order to use temp... 0.00
GCC 7 C++ 17 support for folding expressions 0.00
Extending a namespace in an inline namespace that initially was def... 0.00
How does the impementation for std::is_function in libcxx work? 0.00
What are the name lookup and type simplification rules for trailing... 0.00
Can I use a pointer to a destructed object inside its destructor? +1.16
Which part of the language forbids changing elements of an std::set +0.63
Are string literals defined by c++ string class are of type const c... +1.56
Is it legal to return a thread_local reference from a function? -0.16
Deleting dynamically allocated objects with private destructors -1.95
C/C++ macro parameter containing dot (member access operator) 0.00
Why are functions generated on use of template have "weak"... 0.00
how to avoid code duplication with const and non-const member funct... 0.00
Deleting a member of `std::set` by specifying the said member's... +1.21
Who manages the exception thrown by a copy constructor in parameters? +1.04
Storing lambda without templatizing class 0.00
What is the fastest way to compute the difference between two uint8... +1.67
std::variant converting constructor doesn't handle const volati... -1.79
std::stod ignores nonnumerical values after decimal place +1.06
add_lvalue_reference/add_rvalue_reference and cv-qualified type -1.50
Why does the alignas specifier throw an error on Clang? 0.00
Cyclic dependency of global variables with extern specifier +1.23
Templated return type based on paramter type 0.00
What can be said about type of lambda closure defined in function t... +0.19
Race condition when incrementing and decrementing global variable i... -1.27
What's the purpose of this lambda? +1.00
C++ how cast away virtuality of function and call the base function... +1.39
Is there a more maintainable way to initialize structs? 0.00
How to use std::enable_if on method of templated class with seperat... 0.00