You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested latest master commit e4bde97 against release 1.1.0 commit f54b0e4.
It looks like GetObject with assignment doesn't move, but copy data, now.
Using git bisect, I got commit cbf62de as first "bad" commit:
cbf62de55d684b70df2ae072097568719454f321 is the first bad commit
commit cbf62de55d684b70df2ae072097568719454f321
Author: Krystian Chmura <krystian.chmura@gmail.com>
Date: Tue Jan 5 14:20:57 2021 +0100
Add implicit conversion from Object and Array to Value (#1404)
Allows resolution of JSON Pointer on Object and Array
include/rapidjson/document.h | 2 ++
test/unittest/pointertest.cpp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
Was this change in behaviour intended?
Thanks for your help!
The text was updated successfully, but these errors were encountered:
I have tested latest master commit e4bde97 against release 1.1.0 commit f54b0e4.
It looks like GetObject with assignment doesn't move, but copy data, now.
Here is my minimal code snippet:
Build line
g++ -g -std=c++11 -o rj -I../rapidjson_repo/include main.cpp
Output with commit f54b0e4 (v1.1.0):
ObjectEmpty? yes
Output with commit e4bde97:
ObjectEmpty? no
Using git bisect, I got commit cbf62de as first "bad" commit:
Was this change in behaviour intended?
Thanks for your help!
The text was updated successfully, but these errors were encountered: