fix typos

This commit is contained in:
RainRat
2024-05-07 01:41:41 -07:00
committed by Markus F.X.J. Oberhumer
parent 76b2cec8ee
commit 62265a1bc9
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ inline void xspan_mem_size_assert_ptrdiff(ptrdiff_t n) {
}
#if __cplusplus >= 201103L && 0
// unfortunately doesnt't work with some older versions of libstdc++
// unfortunately doesn't work with some older versions of libstdc++
// (TODO later: we now require C++17, so this now probably works on all supported platforms)
template <class From, class To>
struct XSpan_is_convertible : public std::is_convertible<From *, To *> {};