You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGSEGV, Segmentation fault.
0x0000000000408eb9 in std::enable_if<std::__and_<std::__not_<std::__is_tuple_like<nlohmann::detail::value_t> >, std::is_move_constructible<nlohmann::detail::value_t>, std::is_move_assignable<nlohmann::detail::value_t> >::value, void>::type std::swap<nlohmann::detail::value_t>(nlohmann::detail::value_t&, nlohmann::detail::value_t&) ()
Describe what you tried.
I tried this:
json* my_jptr;
(*my_jptr) = json({});
Describe which system (OS, compiler) you are using.
I want to do the following:
But when I attempt this I get this error:
I tried this:
Version of g++
openSUSE Tumbleweed.
I am using 3.7.0 of this library.
The text was updated successfully, but these errors were encountered: