Closed missmah closed 3 years ago
Thanks for the suggestion, but as we are moving towards C++17 and higher, I don't want to add code supporting previous versions.
What's the harm in supporting multiple versions of the C++ language? I could see if it required doing something fundamentally different, but this is a couple of lines of compatibility boilerplate (which would improve adoption of this library by others)...
std::exerpimental::filesystem
onVS2015
Win32
headersOPENFILENAMEA
instead ofOPENFILENAME
since the input is always of typechar
Signed-off-by: Layla layla@insightfulvr.com