move ctors
authorMotti <lanzkron@gmail.com>
Mon, 20 Apr 2015 14:44:47 +0000 (17:44 +0300)
committerChristopher Dunn <cdunn2001@gmail.com>
Tue, 20 Oct 2015 04:42:52 +0000 (23:42 -0500)
commit2b00891a86f7083f15843814c3db3f545f08bd93
treec35c6180043e943b527eeb5a64a2651e11370b22
parenta4ce2829dcf1a1cb947f858320f8a77c5f694f9e
move ctors

* Add move constructor to Value::CZString
* Add unit test for Value move constructor
* Allow includer to specify in advance the value for
JSON_HAS_RVALUE_REFERENCES
include/json/config.h
include/json/value.h
src/lib_json/json_value.cpp
src/test_lib_json/main.cpp