mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
rsx: Replace gsl::byte with C++17’s std::byte
This commit is contained in:
parent
6ea02c23a0
commit
ef368c5171
18 changed files with 52 additions and 57 deletions
|
@ -171,11 +171,6 @@ using get_uint_t = typename get_int_impl<N>::utype;
|
|||
template <std::size_t N>
|
||||
using get_sint_t = typename get_int_impl<N>::stype;
|
||||
|
||||
namespace gsl
|
||||
{
|
||||
using std::byte;
|
||||
}
|
||||
|
||||
// Formatting helper, type-specific preprocessing for improving safety and functionality
|
||||
template <typename T, typename = void>
|
||||
struct fmt_unveil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue