Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions include/ghc/fs_std.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

#ifdef GHC_USE_STD_FS
#include <filesystem>
#include <fstream>
namespace fs {
using namespace std::filesystem;
using ifstream = std::ifstream;
Expand Down
1 change: 1 addition & 0 deletions include/ghc/fs_std_fwd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

#ifdef GHC_USE_STD_FS
#include <filesystem>
#include <fstream>
namespace fs {
using namespace std::filesystem;
using ifstream = std::ifstream;
Expand Down