Merge pull request #31 from jwnimmer-tri/deprecated-static-constexpr-storage

Fix storage deprecation warning when in C++17 mode
This commit is contained in:
gulrak 2019-09-30 20:37:22 +02:00 committed by GitHub
commit 21fc37b0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,8 +204,10 @@ public:
#endif
};
#if __cplusplus < 201703L
template <typename char_type>
constexpr char_type path_helper_base<char_type>::preferred_separator;
#endif
// 30.10.8 class path
class GHC_FS_API_CLASS path