chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

sus::ops::range_to(3_u32) isn't usable in places that need RangeBounds<usize> #331

Open danakj opened 1 year ago

danakj commented 1 year ago

Since u32 can convert to usize, this should work, but it currently does not. We should try adjust RangeBounds to make it work.