Unit conversion test error: conversion from 'nlohmann::json' to non-scalar type 'std::string_view' requested #1634
Labels
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
When building v3.6.0 or v3.6.1 I get the following error from a unit-conversion test. The error is not present when building v3.5.0.
Include nlohmann_json in a Cmake project using
FetchContent
:Tests pass without errors.
The above error occurs.
Ubuntu 18.04 with GCC 8.3.0.
Using C++17.
develop
branch?The test error occurs with v3.6.0 and v3.6.1. It does not occur with v3.5.0. I haven't tested any other versions.
See above.
The text was updated successfully, but these errors were encountered: