[Boost-bugs] [Boost C++ Libraries] #13495: wrong comments in newline.hpp

Subject: [Boost-bugs] [Boost C++ Libraries] #13495: wrong comments in newline.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-03-28 01:00:11


#13495: wrong comments in newline.hpp
------------------------------+-------------------------------
 Reporter: axch@… | Owner: Jonathan Turkanis
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: iostreams
  Version: Boost 1.66.0 | Severity: Problem
 Keywords: |
------------------------------+-------------------------------
 From newline.hpp:

 {{{
 const int posix = 1; // Use CR as line separator.
 const int mac = 2; // Use LF as line separator.
 }}}

 Expected: vice versa (LF / CR).

 The code seems to be correct but these comments (cited in online docs as
 well) are misleading.

-- 
Ticket URL: <https://svn.boost.org/trac10/ticket/13495>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2018-03-28 01:07:03 UTC