mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
fixed_typemap.hpp: add range iterator
Remove recently added functions.
This commit is contained in:
parent
4f76211551
commit
2d3fe7ce1c
3 changed files with 53 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue