gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for -fno-exception

okhowang opened this issue · comments

Is your feature request related to a problem? Please describe.
my project is compiled with -fno-exception.
and throw is forbidden with -fno-exception

Describe the solution you'd like
maybe we can make a macro protect

This somehow relates to #43, where I suggested a switchable solution, I'll look into your changes later this day.