mirror of
https://github.com/nlohmann/json.git
synced 2026-02-27 05:46:30 +00:00
@@ -6789,7 +6789,7 @@ class json_ref
|
||||
{}
|
||||
|
||||
template <class... Args>
|
||||
json_ref(Args... args)
|
||||
json_ref(Args&&... args)
|
||||
: owned_value(std::forward<Args>(args)...),
|
||||
value_ref(&owned_value),
|
||||
is_rvalue(true)
|
||||
|
||||
Reference in New Issue
Block a user