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: angela.xie@… 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

Change History (1)

comment:1 by Ion Gaztañaga, 6 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.