Opened 14 years ago
Closed 14 years ago
#2176 closed Patches (fixed)
operations.cpp fails to compile on QNX because of missing ';' at end of line
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | filesystem |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
operations.cpp fails to compile with the given error:
libs/filesystem/src/operations.cpp: In function `int
<unnamed>::posix_remove(const char*)':
libs/filesystem/src/operations.cpp:592: error: parse error before `}' token
I have attached a patch which adds the semi-colon in the right place.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Patch for libs/filesystem/src/operations.cpp