Boost logo

Boost :

Subject: Re: [boost] [1.64][process] Windows line endings in headers
From: Peter Dimov (lists_at_[hidden])
Date: 2017-04-20 15:04:58


Klemens Morgenstern wrote:

> Since process is C++11 only, I don't know which current compiler would
> have problem with that though.

I don't think that elevenness matters here. The problem is with lines that
end with a backslash. Ordinarily the backslash escapes the \n and continues
the line, but when you have Windows line endings, it escapes the \r instead
and \n still ends the line. Other than that \r is just whitespace.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk