openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

#ifdef TARGET_WIN32 #include <iso646.h> #endif #8153

Closed artificiel closed 1 month ago

artificiel commented 1 month ago

to tighten ISO conformance in MSVC without /permissive-

https://github.com/microsoft/STL/blob/main/stl/inc/iso646.h

dimitre commented 1 month ago

@artificiel I've made another PR to make this include more local. it was not working because the files don't include ofMain.h