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

vs2015 error : static member will remain uninitialized at runtime but use in constant-expressions is supported #824

Closed
xtythansky opened this issue Nov 8, 2017 · 1 comment

Comments

@xtythansky
Copy link

on some vs2015 occurs
`json.hpp(887): error C4579: 'nlohmann::detail::static_constnlohmann::detail::to_json_fn::value': in-class initialization for type 'const T' is not yet implemented; static member will remain uninitialized at runtime but use in constant-expressions is supported
with
[
T=nlohmann::detail::to_json_fn
]

`

@gregmarr
Copy link
Contributor

gregmarr commented Nov 8, 2017

This, I believe, fixed in Update 3.

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