Skip to content

Conversion from valarray<double> to json fails to build #702

@popizdeh

Description

@popizdeh

There seems to be a regression from 2.0.8 and 2.1.1. This no longer compiles.

std::valarray<double> v;
nlohmann::json j;
j["test"] = v;

P.S. Is there any chance we can get a release with std::vector fix released?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions