You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file: provide a default implementation for file_impl::statat
By default, file_impl::statat now throws a runtime_error
similar to other unsupported methods.
Note that posix_file_impl does override statat with an
implementation based on the statat system call.
Signed-off-by: Benny Halevy <[email protected]>
Closes#3187
0 commit comments