cpp-dotenv icon indicating copy to clipboard operation
cpp-dotenv copied to clipboard

cannot compile with MSVC2019

Open arnholm opened this issue 4 years ago • 0 comments

I would like to report a bug:

I tried to build with MSVC2019 but it failed because of extensive use of 'or' instead of '||' and 'and' instead of '&&'

To make this work, you need to include header: #include <iso646.h>

arnholm avatar Jan 03 '22 13:01 arnholm