✅ add regression test for #3013
This commit is contained in:
parent
1aca6cb949
commit
7429164843
@ -4,4 +4,8 @@ int main()
|
|||||||
{
|
{
|
||||||
nlohmann::ordered_json json = {"Test"};
|
nlohmann::ordered_json json = {"Test"};
|
||||||
json.dump();
|
json.dump();
|
||||||
|
|
||||||
|
// regression for #3013 (ordered_json::reset() compile error with nvcc)
|
||||||
|
nlohmann::ordered_json metadata;
|
||||||
|
metadata.erase("key");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user