adeharo9 / cpp-dotenv

Loads environment variables from .env files for C++ projects.
BSD 3-Clause "New" or "Revised" License
88 stars 21 forks source link

cannot compile with MSVC2019 #25

Open arnholm opened 2 years ago

arnholm commented 2 years ago

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