xj88
xj88
demo: ```c++ std::queue _queue; // thread1: Json::Value root; root["Name"] = "Lucy"; _queue.push(root); // thread2: Json::Value root =_queue.pop(); if(root["Name"].isString()){ //.... } ``` `root["Name"]` cause core dump terminate called after throwing an...
[root@iZuf6gy6qwvkl8mkdltvefZ build]# cmake -DCMAKE_BUILD_TYPE=release -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DARCHIVE_INSTALL_DIR=. -G "Unix Makefiles" .. -- JsonCpp Version: 1.9.5 CMake Error at src/lib_json/CMakeLists.txt:202 (install): install TARGETS given unknown argument "OBJECTS". -- Configuring incomplete, errors...