$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Change to guidelines for characters in C++ source files
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2015-06-26 07:25:15
On 26.06.2015 13:04, Niall Douglas wrote:
> On 26 Jun 2015 at 11:24, Sebastian Redl wrote:
>
>> Thus, we need a BOM in our source files if they contain UTF-8. That's
>> just a sad fact.
> This suggests, I suppose, that the Boost lint script will need to
> error out on any source files without a BOM right?
>
Only if they contain characters outside the basic source set, I suppose.
Sebastian