View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
util
filesystem.h
Go to the documentation of this file.
1
#ifndef UTIL_FILESYSTEM_H
2
#define UTIL_FILESYSTEM_H
3
4
//#ifdef _WIN32
5
//#include <filesystem>
6
//#else
7
#include <boost/filesystem.hpp>
8
//#endif
9
10
namespace
vistle
{
11
12
//#ifdef _WIN32
13
//namespace filesystem = std::experimental::filesystem;
14
//#else
15
namespace
filesystem = boost::filesystem;
16
//#endif
17
18
}
// namespace vistle
19
#endif
vistle
Definition:
allobjects.cpp:30