diff --git a/include/ghc/filesystem.hpp b/include/ghc/filesystem.hpp index 337bfcd..2397e75 100644 --- a/include/ghc/filesystem.hpp +++ b/include/ghc/filesystem.hpp @@ -204,8 +204,10 @@ public: #endif }; +#if __cplusplus < 201703L template constexpr char_type path_helper_base::preferred_separator; +#endif // 30.10.8 class path class GHC_FS_API_CLASS path