You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the Boost reimplementation in the cpp branch, support for the "flags" argument to mmap() had to be removed because Boost did not support overriding it at the time.
However, Boost Version 1.54.0 now supports platform-specific flags to mapped_region so we should re-add support for it.
currently waiting for FreeBSD ports to be updated to boost 1.54 first. I've contacted the ports maintainer and he said: "I'm exp-running to make sure it doesn't break a port depending one it. Might need a couple of more weeks to finish it."
and in this function, pass it to the newly created mapped_region in the map_options_t argument.
Adding this and other options would require a modification to the interface of managed classes and I haven't had time to try to design a cleaner interface to pass multiple options.
During the Boost reimplementation in the cpp branch, support for the "flags" argument to mmap() had to be removed because Boost did not support overriding it at the time.
However, Boost Version 1.54.0 now supports platform-specific flags to mapped_region so we should re-add support for it.
https://svn.boost.org/trac/boost/ticket/8030
http://boost.2283326.n4.nabble.com/interprocess-Platform-specific-flags-for-mapped-region-td4642667.html
http://www.boost.org/users/history/version_1_54_0.html
The text was updated successfully, but these errors were encountered: