parent
8e067c0c3c
commit
4b46abf97c
2 changed files with 25 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue