Details
-
Bug
-
Status: Closed (View Workflow)
-
High
-
Resolution: Fixed
-
6.22/00
-
None
-
Linux
Description
This file causes root to segfault, The .hpp file is a single file that can be loaded from github
#include "nlohmann/json.hpp" |
namespace nl = nlohmann;
|
auto bundle = nl::json::object();
|
bundle["text/plain"] = "foo"; |
bundle
|