mirror of
https://github.com/gulrak/filesystem.git
synced 2026-04-30 19:09:11 +08:00
Merge 603dacf69e902ec12f1b0ee4fede848f23e7f7e0 into 0e72911ba0f37f3eb883b181b855a5f4eb046ca1
This commit is contained in:
commit
6af1237cb0
@ -239,6 +239,7 @@ you might use:
|
||||
|
||||
#ifdef GHC_USE_STD_FS
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
namespace fs {
|
||||
using namespace std::filesystem;
|
||||
using ifstream = std::ifstream;
|
||||
@ -318,6 +319,7 @@ switching like this:
|
||||
|
||||
#ifdef GHC_USE_STD_FS
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
namespace fs {
|
||||
using namespace std::filesystem;
|
||||
using ifstream = std::ifstream;
|
||||
|
||||
@ -58,6 +58,7 @@
|
||||
|
||||
#ifdef GHC_USE_STD_FS
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
namespace fs {
|
||||
using namespace std::filesystem;
|
||||
using ifstream = std::ifstream;
|
||||
|
||||
@ -60,6 +60,7 @@
|
||||
|
||||
#ifdef GHC_USE_STD_FS
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
namespace fs {
|
||||
using namespace std::filesystem;
|
||||
using ifstream = std::ifstream;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user