Fix bitops test
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user