Skip to content

Commit

Permalink
CI test attempt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwernel committed Sep 15, 2023
1 parent bb1e390 commit 191c58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vmaware.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
#if (CPP >= 17)
#include <bit>
#endif
#if (CPP < 11)
#error "VMAware only supports C++14 or above, set your compiler flag to '-std=c++20' for GCC/clang, or '/std:c++20' for MSVC"
#endif
//#if (CPP < 11)
// #error "VMAware only supports C++11 or above, set your compiler flag to '-std=c++20' for GCC/clang, or '/std:c++20' for MSVC"
//#endif


#if (MSVC)
Expand Down

0 comments on commit 191c58e

Please sign in to comment.