mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix bitops test
This commit is contained in:
parent
ee953f7953
commit
25dee4a78e
@ -18,7 +18,7 @@
|
||||
#include <array>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifndef __cpp_lib_bitops && _MSC_VER < 1928
|
||||
#if !defined(__cpp_lib_bitops) && _MSC_VER < 1928
|
||||
#define __cpp_lib_bitops
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user