Cinder icon indicating copy to clipboard operation
Cinder copied to clipboard

std::filesystem being used with c++11

Open dimateos opened this issue 2 years ago • 0 comments

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

dimateos avatar Oct 26 '23 11:10 dimateos