mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fix bitops test
This commit is contained in:
parent
ee953f7953
commit
25dee4a78e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#ifndef __cpp_lib_bitops && _MSC_VER < 1928
|
#if !defined(__cpp_lib_bitops) && _MSC_VER < 1928
|
||||||
#define __cpp_lib_bitops
|
#define __cpp_lib_bitops
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue