fixed_typemap.hpp: add range iterator

Remove recently added functions.
This commit is contained in:
Nekotekina 2021-06-08 23:12:40 +03:00
parent 4f76211551
commit 2d3fe7ce1c
3 changed files with 53 additions and 25 deletions

View file

@ -761,7 +761,7 @@ constexpr unsigned __builtin_COLUMN()
}
#endif
template <usz Size = usz(-1)>
template <usz Size = umax>
struct const_str_t
{
static constexpr usz size = Size;
@ -792,7 +792,7 @@ struct const_str_t
};
template <>
struct const_str_t<usz(-1)>
struct const_str_t<umax>
{
const usz size;