Title |
Δ |
"Empty base optimization" for lambda captures - forbidden...
|
+1.53 |
How to sort map<int,pair<int,int> > according to second...
|
0.00 |
Is use of `auto` for a function argument against the C++ standard?
|
+0.50 |
Getting the best of static_assert and std::is_invocable
|
0.00 |
lambda function capture and modify own reference
|
0.00 |
std::ptr_fun replacement for c++17
|
+0.34 |
How to wrap a function with a varying number of default arguments t...
|
-1.16 |
Sequence of indices of tuple elements satifying predicate in Hana
|
0.00 |
Is Rectangle A = Rectangle(3, 4); equivalent to Rectangle A(3,4);?
|
-0.40 |
Trimming a continous std container
|
-1.81 |
Implicit template type deduction with two arguments of different ty...
|
+0.47 |
C++ function signature that accepts lvalue, rvalue and rvalue ref
|
0.00 |
Assign variant<A,B,C> from variant<C,B>?
|
+1.22 |
why are virtual base non-default constructors not called unless mos...
|
+0.81 |
How to use std::string_view::remove_prefix() on a constexpr string_...
|
0.00 |
Calling constructor with "()" is different from "{}&...
|
-1.98 |
How to store pointer to function template which takes Callable obje...
|
0.00 |
Template template partial specialization only working with -std=c++...
|
0.00 |
Is there a standard generalization of void_t for other types?
|
+0.21 |
Unable to deduce 'auto' from 'tuple_cat'
|
+0.22 |
Is decltype(auto) for a structured binding suppose to be a reference?
|
0.00 |
[expr.unary.op]/9 seems to imply that the `operator !()` could not...
|
0.00 |
`if constexpr`, inside lambda, inside pack expansion -- compiler bug?
|
0.00 |
What is the C++ equivalent of Python's "in" operator?
|
-0.62 |
Wrapping a legacy C API in C++ with write iterator support
|
0.00 |
Support for `auto&&` for MSVC++2017
|
0.00 |
Generate a list of template-instances and call a static function on...
|
0.00 |
Does using std::get on std::array give better performance?
|
-2.92 |
Overload resolution for multiply inherited operator()
|
-0.25 |
Call a variadic function using a variable template
|
+1.41 |
Pointer arithmetic using cast to "wrong" type
|
+0.56 |
Behaviour of arr[i] = i++ and i = i + 1 statements in C and C++
|
+0.18 |
Gotchas with template argument deduction for class templates
|
0.00 |
Deduction guide and variadic templates
|
0.00 |
std::future<neither::Either<int, std::string>> segmenta...
|
0.00 |
Copy initialization of the form '= {}'
|
+1.68 |
C++ combinatorial template expansion
|
+0.70 |
Is stateful metaprogramming ill-formed (yet)?
|
0.00 |
Matching variadic non-type templates
|
+1.02 |
Cartesian Product using Iterators and Variadic Templates
|
-0.27 |
boost::hana tag_of implementation
|
0.00 |
std::map of tuple to tuple and using emplace
|
+0.84 |
Using std::forward on casted arguments
|
+1.01 |
Function returning its argument or checking for nullptr
|
-2.37 |
Variadic class template and inheritance - default compiler generate...
|
0.00 |
why `S x({})` invoke default constructor in GCC 7/C++1z mode only?
|
0.00 |
How to extend std::apply to work on non tuple types?
|
0.00 |
Dummy debug class stuck on std::endl overload
|
0.00 |
Overloading structs with template call operator and generic lambdas...
|
0.00 |
"structured bindings" vs "decomposition declarations...
|
0.00 |