mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-26 06:32:20 +00:00
The remove method is documented to return false on error and true on success. The shm_unlink functions returns 0 on success. Therefore, we should return "shm_unlink_result == 0". [SVN r53382]