Opened 6 years ago
Closed 6 years ago
#12334 closed Bugs (fixed)
^M charactor in libs/container/example/doc_pmr.cpp caused compilation failure
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Problem: in line 94 of boost_1_61_0/libs/container/example/ doc_pmr.cpp: }M return 0; caused compilation failure with studio 12.5 on Solaris 11.
Solution: remove M from line 94 of doc_pmr.cpp
Note:
See TracTickets
for help on using tickets.
It seems that CR and CRLF newlines were mixed in that file. Line 94 contained different line ending than the rest of the file. Fixed in:
https://github.com/boostorg/container/commit/f8d148bb0fc92945522370e61bd33c55e236d3f6