$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [interprocess] interprocess_barrier missing
From: Sebastian Messerschmidt (sebastian.messerschmidt_at_[hidden])
Date: 2012-05-10 09:46:54
Hello,
I just upgraded my boost version from 1.42 to 1.49.
Unfortunately the interprocess_barrier is not longer part of the
interprocess library.
I've checked the SVN and the file
/boost/interprocess/sync/interprocess_barrier has been removed in
revision 76106.
Is there a reason for the removal? Or can someone point me to replacement?
Right now I can live without it, but in order to get some of my
components working again, I need a shared memory barrier.
Any hints?
cheers
Sebastian