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 ... 9 10 11 12 13 ... 29
Title Δ
Can't capture a static variable in a lamba +0.22
I am getting "void value not ignored as it ought to be" w... 0.00
How to differentiate fill constructor and range constructor in C++11? +1.02
If there's a constexpr if statement, why not other constexpr st... -1.09
Difference between functional cast notation T(x) and static_cast<... 0.00
C++ standard: ODR and constexpr std::string_view 0.00
templates function parameter deduction 0.00
Is it possible to write a using declaration for a method of a membe... 0.00
Why can't fold expressions appear in a constant expression? +1.06
passing std::shared_ptr<<std::vector<double>> to a f... +0.61
Does defining 'static const variable in a struct' explicitl... 0.00
Why function default parameters cannot be perferct forwarded in C++? 0.00
Can I construct std::vector with zero elements via the non-default... 0.00
is it possible to passing a variable/function-return as a template... +0.21
Resolving ambiguity with using declaration 0.00
Type safety during assignment vs initialization +0.70
Proper Design to Avoid Use of Dynamic_Cast 0.00
Why does std::initializer_list not support std::get<>, std::t... 0.00
c++ 1z error: error: explicit qualification in declaration in deduc... 0.00
Is there a way to decltype the result of a non callable function? +0.98
C++ when to return by value and when to return a unique pointer to... +0.94
Is a field of a temporary object an rvalue? 0.00
C++ How to bind and invoke a templated type method +1.37
What does using something::something::something mean (c++)? +0.22
C++ constexpr reference multiple definition 0.00
using/typedef of namespace in header -0.28
Why is `"literal"` encouraged to decay to `const char*` i... +0.22
Compiler Error When Calling Base Constructor when both Base and Der... 0.00
Is there any particular difference between "source code"... 0.00
Convert to C a C++ implementation of link-cut trees 0.00
Is it considered bad style to limit the allowed template arguments... 0.00
Move constructor hasn't been called 0.00
Using constexpr array as a template non-type argument (C++14) 0.00
Print an address of function in C++, g++/clang++ vs vc++ , who is r... +1.57
Compilers that support argument-dependent lookup 0.00
c++: Does gcc provide extended macro/function like "countof&qu... 0.00
Difference between "if constexpr()" Vs "if()" +1.19
How to change the name of <iostream> library in c++? 0.00
Correct way to use an array to access multiple arrays of different... +1.09
Ternary operator for return values and brackets +0.96
Does C++ remake a variable defined in a loop? +0.59
Regarding delete expressions the lack of "placement delete&quo... 0.00
Is it fine to use variables after they being used as arguments of e... +1.13
Unable to make function call in template argument 0.00
How can I influence the return type of a template class method base... 0.00
How to create variadic template function to shift the argument valu... +1.43
Using an object after std::move doesn't result in a compilation... -1.05
Why can I bind a function taking by-value argument to a std::functi... -2.13
Auto Rvalue Reference (without &&) to an Array in C++14 +0.84
Why don't I need template parameters in this particular case? +0.23