Severin
Results
1
issues of
Severin
Checking with templates whether `tl::optional` is comparable returns the wrong result, if `T` is not comparable (check works with `std::optional`). For example: ```c++ #include template using equality_comparison = decltype(std::declval() ==...