All supported compilers have supported deduction guides in C++17 for a while, so this isn't necessary anymore. Differential Revision: https://reviews.llvm.org/D108213
This fixes all places that used _LIBCPP_ASSERT without including <__debug>. git grep -l _LIBCPP_ASSERT | xargs git grep -L __debug
Differential Revision: https://reviews.llvm.org/D104942