Commit Graph

4 Commits

Author SHA1 Message Date
a44260b8b4 fixed_string: add constexpr equality operators
This fixes some errors seen under UBSan when comparing fixed_string
objects in std::integral_constant under GCC.

In particular the M != N case appears to be important.
2024-09-24 14:01:57 +10:00
07dfd4ef3e fixed_string: manually copy string data to avoid <algorithm> 2024-08-10 14:17:23 +10:00
02e2262d0a fixed_string: add value_type and begin/end 2024-07-25 10:18:07 +10:00
6b1cbc4d73 Move source out of root and into the cruft directory 2024-07-18 12:27:05 +10:00