Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 30, 2019
Merged

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

merged 1 commit into from
Sep 30, 2019

Conversation

jwnimmer-tri
Copy link
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
Copy link
Owner

gulrak commented Sep 30, 2019

Thanks for this one too! 👍

@gulrak
Copy link
Owner

gulrak commented Feb 5, 2020

Hi @jwnimmer-tri! There is interest to move to the more liberal MIT license. To allow this to happen, I would like to ask you as a contributor, to agree to this re-licensing with a reply to issue #47

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.

None yet

2 participants