Expose filesystem_error code.

This commit is contained in:
Jared Boone 2016-06-21 10:54:13 -07:00
parent 420adea180
commit c990963298

View File

@ -56,6 +56,10 @@ struct filesystem_error {
{
}
uint32_t code() const {
return err;
}
std::string what() const;
private: