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
Post a Comment