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: glyn.matthews@… 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)

operations.cpp.patch (389 bytes ) - added by glyn.matthews@… 14 years ago.
Patch for libs/filesystem/src/operations.cpp

Download all attachments as: .zip

Change History (2)

by glyn.matthews@…, 14 years ago

Attachment: operations.cpp.patch added

Patch for libs/filesystem/src/operations.cpp

comment:1 by Beman Dawes, 14 years ago

Resolution: fixed
Status: newclosed

Fixed.

Thanks!

--Beman

Note: See TracTickets for help on using tickets.