xenial backport fix

pull/1/head
Jeff Becker 6 years ago
parent 09d6a46cad
commit 9d66b3a1a6
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -5,10 +5,7 @@
#define PATH_SEP "/"
#endif
#if(__cplusplus >= 201703L)
#include <experimental/filesystem>
namespace fs = std::experimental::filesystem;
#else
#error "fs support unimplemented"
#endif
#endif

Loading…
Cancel
Save