mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Update GSL and yaml-cpp submodules
This commit is contained in:
parent
923314aef5
commit
1c6c24f8ac
12 changed files with 100 additions and 69 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <emmintrin.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <chrono>
|
||||
|
@ -90,7 +91,7 @@ using steady_clock = std::conditional<
|
|||
|
||||
namespace gsl
|
||||
{
|
||||
enum class byte : u8;
|
||||
using std::byte;
|
||||
}
|
||||
|
||||
// Formatting helper, type-specific preprocessing for improving safety and functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue