Opened 10 years ago
#6928 new Bugs
semaphore.hpp duplicates nested namespace
| Reported by: | Owned by: | Ion Gaztañaga | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | interprocess |
| Version: | Boost 1.49.0 | Severity: | Showstopper |
| Keywords: | namespace ipcdetails | Cc: |
Description
\boost\interprocess\sync\spin\semaphore.hpp is placed in namespace boost::interprocess::ipcdetail and is using functions in a nested namespace ipcdetail causing compilation failure:
e.g. \proj\boost_1_49_0\boost\interprocess\sync\spin\semaphore.hpp(53): error C2039: 'atomic_write32' : is not a member of 'boost::interprocess::ipcdetail::ipcdetail'
Note:
See TracTickets
for help on using tickets.
