mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-07 01:00:56 +01:00
endian.hpp: simplify be_t/le_t constructors
This commit is contained in:
parent
0eb0b1e1c9
commit
e6a3b59229
|
|
@ -175,9 +175,7 @@ namespace stx
|
|||
using under = decltype(int_or_enum());
|
||||
|
||||
public:
|
||||
constexpr se_t() = default;
|
||||
|
||||
constexpr se_t(const se_t& right) = default;
|
||||
se_t() noexcept = default;
|
||||
|
||||
constexpr se_t(type value) noexcept
|
||||
: m_data(to_data(value))
|
||||
|
|
|
|||
Loading…
Reference in a new issue