[Boost-bugs] [Boost C++ Libraries] #6134: boost 1.48.0 interprocess does not compile under FreeBSD

Subject: [Boost-bugs] [Boost C++ Libraries] #6134: boost 1.48.0 interprocess does not compile under FreeBSD
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-11-17 18:42:39


#6134: boost 1.48.0 interprocess does not compile under FreeBSD
----------------------------------+-----------------------------------------
 Reporter: edouarda14@… | Owner: igaztanaga
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: interprocess
  Version: Boost 1.48.0 | Severity: Showstopper
 Keywords: |
----------------------------------+-----------------------------------------
 ''/usr/local/include/boost/interprocess/shared_memory_object.hpp: In
 member function 'bool
 boost::interprocess::shared_memory_object::priv_open_or_create(boost::interprocess::ipcdetail::create_enum_t,
 const char*, boost::interprocess::mode_t, const
 boost::interprocess::permissions&)':
 /usr/local/include/boost/interprocess/shared_memory_object.hpp:278:36:
 error: 'shared_memory_object_ipcdetail' has not been declared
 /usr/local/include/boost/interprocess/shared_memory_object.hpp: In static
 member function 'static bool
 boost::interprocess::shared_memory_object::remove(const char*)':
 /usr/local/include/boost/interprocess/shared_memory_object.hpp:364:39:
 error: 'shared_memory_object_ipcdetail' has not been declared''

 The problem is that the namespace shared_memory_object_ipcdetail does not
 exist, it's actually shared_memory_object_detail as defined above in
 shared_memory_object.hpp

 I also believe the function name is invalid and that it should be
 use_filesystem_based_posix, not use_filesistem_based_posix

 It's a FreeBSD bug only as this function is only defined in FreeBSD.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6134>
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:07 UTC