I am using shared memory for transferring data between two process, using boost::interprocess::managed_shared_memory to allocate a vector as buffer and atomic variables for enforcing memory synchroniz
I\'m trying to use boost::regex_search in my application. Compiling with g++ 8.3 version gives me a symbol referencing error as below