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

Is C++17 required in 0.12.0? #69

Open
toge opened this issue Jun 5, 2024 · 1 comment
Open

Is C++17 required in 0.12.0? #69

toge opened this issue Jun 5, 2024 · 1 comment

Comments

@toge
Copy link

toge commented Jun 5, 2024

In README.md, xproperty requires C++14:

xproperty requires a modern C++ compiler supporting C++14.

But xproperty/0.12.0 seems to require C++17 because std::any is used.
https://github.com/jupyter-xeus/xproperty/blob/0.12.0/include/xproperty/xobserved.hpp#L99

If you continue to support C++14, I believe the code needs to be modified.
If C++17 is now required, the README.md needs to be modified.

Could you please tell me what the project policy is?

@perseoGI
Copy link

Ping from Conan

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

No branches or pull requests

2 participants