Opened 5 years ago

#13495 new Bugs

wrong comments in newline.hpp

Reported by: axch@… Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost 1.66.0 Severity: Problem
Keywords: Cc:

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.