Replacing a value now releases the memory

This commit is contained in:
Benoit Blanchon
2018-11-12 18:28:34 +01:00
parent f375459d53
commit 720e6548c7
18 changed files with 335 additions and 132 deletions

View File

@ -6,12 +6,14 @@ add_executable(JsonVariantTests
as.cpp
compare.cpp
copy.cpp
get.cpp
is.cpp
isnull.cpp
misc.cpp
or.cpp
set_get.cpp
set.cpp
subscript.cpp
to.cpp
undefined.cpp
)