failWithResponse() should not be constexpr because nlohmann::json constructor is not constexpr. This might cause problems on some compilers. This commit fixes this problem.
Type: fix
Differential D93
Make failWithResponse() non-constexpr tusooa on Jul 5 2024, 9:44 AM. Authored by Tags None Referenced Files None Subscribers None
Details
failWithResponse() should not be constexpr because nlohmann::json constructor is not constexpr. This might cause problems on some compilers. This commit fixes this problem. Type: fix Verify that all tests pass.
Diff Detail
|