Fix bitops test

This commit is contained in:
Eladash 2020-08-17 17:19:49 +03:00 committed by Ani
parent ee953f7953
commit 25dee4a78e
1 changed files with 1 additions and 1 deletions

View File

@ -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