Subject: [Boost-bugs] [Boost C++ Libraries] #6727: boost/interprocess/sync/shm/named_condition.hpp duplicates a nested namespace
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-22 22:32:36
#6727: boost/interprocess/sync/shm/named_condition.hpp duplicates a nested
namespace
-------------------------------------------+--------------------------------
Reporter: Jeff Odom <jeff.odom@â¦> | Owner: igaztanaga
Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
Version: Boost 1.49.0 | Severity: Regression
Keywords: |
-------------------------------------------+--------------------------------
boost/interprocess/sync/shm/named_condition.hpp mistakenly creates the
namespace boost::interprocess::ipcdetail::ipcdetail which causes files
included after it to fail to compile.
The following trivial test program causes compilation to fail under g++
4.6.1:
#include <boost/interprocess/sync/shm/named_condition.hpp>
#include <boost/interprocess/allocators/detail/allocator_common.hpp>
The attached patch removes the accidental declaration of this inner
namespace
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6727> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC