Fix storage deprecation warning when in C++17 mode by jwnimmer-tri · Pull Request #31 · gulrak/filesystem · GitHub
Skip to content

Fix storage deprecation warning when in C++17 mode - #31

Merged
gulrak merged 1 commit into
gulrak:masterfrom
jwnimmer-tri:deprecated-static-constexpr-storage
Sep 30, 2019
Merged

Fix storage deprecation warning when in C++17 mode#31
gulrak merged 1 commit into
gulrak:masterfrom
jwnimmer-tri:deprecated-static-constexpr-storage

Conversation

@jwnimmer-tri

Copy link
Copy Markdown
Contributor

Fixes "error: redundant redeclaration of 'constexpr' static data member 'ghc::filesystem::path_helper_base<char_type>::preferred_separator' [-Werror=deprecated]" when compiling with GCC 7.4 in -std=c++17 mode.

Fixes "error: redundant redeclaration of 'constexpr' static data member
'ghc::filesystem::path_helper_base<char_type>::preferred_separator'
[-Werror=deprecated]" when compiling with GCC 7.4 in -std=c++17 mode.
@gulrak
gulrak merged commit 21fc37b into gulrak:master Sep 30, 2019
@gulrak

gulrak commented Sep 30, 2019

Copy link
Copy Markdown
Owner

@gulrak

gulrak commented Feb 5, 2020

Copy link
Copy Markdown
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants