Boost C++ Libraries: Ticket #12334: ^M charactor in libs/container/example/doc_pmr.cpp caused compilation failure https://svn.boost.org/trac10/ticket/12334 <p> Problem: in line 94 of boost_1_61_0/libs/container/example/ doc_pmr.cpp: }<sup>M return 0; caused compilation failure with studio 12.5 on Solaris 11. </sup></p> <p> Solution: remove <sup>M from line 94 of doc_pmr.cpp </sup></p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12334 Trac 1.4.3 Ion Gaztañaga Sun, 31 Jul 2016 21:04:47 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/12334#comment:1 https://svn.boost.org/trac10/ticket/12334#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> 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: </p> <p> <a class="ext-link" href="https://github.com/boostorg/container/commit/f8d148bb0fc92945522370e61bd33c55e236d3f6"><span class="icon">​</span>https://github.com/boostorg/container/commit/f8d148bb0fc92945522370e61bd33c55e236d3f6</a> </p> Ticket