cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.28k stars 939 forks source link

std::filesystem being used with c++11 #2316

Open dimateos opened 8 months ago

dimateos commented 8 months ago

The following define has a an OR that ignores the c++ version check, it even ignores the __has_include check

https://github.com/cinder/Cinder/blob/4e27a4a5e66fd63000e98afa09d0d0419119ee6b/include/cinder/Filesystem.h#L27-L33

probably there is no need to check for MSVC when __cplusplus is defined