Opened 12 years ago
Closed 12 years ago
#5294 closed Bugs (fixed)
boost/interprocess/sync/xsi/simple_xsi_semaphore.hpp unterminated #ifndef
Reported by: | anonymous | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.46.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I see the following error from preprocessor:
/usr/include/boost/interprocess/sync/xsi/simple_xsi_semaphore.hpp:1:0: error: unterminated #ifndef
In fact, I cant' see where include guard condition ends.
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.47, but this class is an implementation detail and currently is not being used in the library, so please don't relay on it.