gulrak/filesystem

Support for -fno-exception

okhowang opened this issue · 1 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.