Hacker News new | ask | show | jobs
by frankzinger 1797 days ago
Note however that MSVC does not support these by default. You need to #include <ciso646> before their use, or you need to pass the `/permissive-` compiler option.
1 comments

You should be using /permissive- anyway unless you are dealing with a legacy codebase that breaks with that.