Shared memory Vectors in boost with
问题 I have the following code. Trying to have a shared memory vector with structure having string and arrays. But when i compile the code I am getting error: usr/local/include/boost/container/vector.hpp:1819:4: error: no matching function for call to ‘InData::InData(InData* const&)’ Any suggestion how to fix this. I am new to Boost. #include <iostream> #include <string> #include <cstdlib> #include <boost/interprocess/ipc/message_queue.hpp> #include <boost/scoped_ptr.hpp> #include <boost