DPsim
dpsim-models
include
dpsim-models
Filesystem.h
1
/* Copyright 2017-2023 Institute for Automation of Complex Power Systems,
2
* EONERC, RWTH Aachen University
3
*
4
* This Source Code Form is subject to the terms of the Mozilla Public
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
6
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
7
*********************************************************************************/
8
9
#ifndef USE_GHC_FS
10
#include <experimental/filesystem>
11
namespace
fs = std::experimental::filesystem;
12
#else
13
#include <ghc/filesystem.hpp>
14
namespace
fs = ghc::filesystem;
15
#endif
Generated by
1.9.1