Y
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
account42
1796 days ago
You should be using /permissive- anyway unless you are dealing with a legacy codebase that breaks with that.
link