c++ - boost windows_shared_memory on linux -


hi need build 1 project on linux use "boost/interprocess/windows_shared_memory.hpp" way run on linux, or must rewrite code ?

thanks

i think need use

 #include <boost/interprocess/managed_shared_memory.hpp> 

instead of boost/interprocess/windows_shared_memory.hpp. handle both windows , linux.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -