Emily Mansfield
Results
1
issues of
Emily Mansfield
Hi, first of all thanks for this library! On MSVC 19.21 with C++17, CTAD fails with `tl::optional` whereas it works with `std::optional`: ```cpp tl::optional o = 3; // Cannot deduce...