mirror of
https://github.com/gulrak/filesystem.git
synced 2026-07-31 00:36:12 +08:00
9 lines
141 B
C++
9 lines
141 B
C++
#define GHC_USE_STD_FS
|
|
#include <ghc/fs_std_fwd.hpp>
|
|
|
|
bool fs_std_fwd_header_test()
|
|
{
|
|
fs::fstream stream;
|
|
return stream.is_open();
|
|
}
|