Post #4372134
2026-08-04 10:14 UTC
@sirwumpus@tilde.zone It has been part of the C++ language for a long time.
If using Microsoft Visual Studio, use the /permissive- parameter to tell it to stick to the C++ standard and disable the Microsoft-specific extensions. There is no need to include the ISO646 header, which is deprecated: https://en.cppreference.com/cpp/header/ciso646
Replies (0)
No replies.