Opened 11 years ago
Closed 10 years ago
#5953 closed Bugs (fixed)
Compilation problem in library_status due to switching to boost.filesystem V3
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | To Be Determined | Component: | Regression Testing USE GITHUB |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
In the trunk version of boost and version .47, tools\regression\src\library_status.cpp does not compile on windows.
path::native() returns a wstring, while the program expects a string.
I attach a patch with some modifications that correct it.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | library_status.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Looks to me that a patch has already been applied so I'll mark this as fixed.
Note:
See TracTickets
for help on using tickets.
Patch