$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [website] File appears truncated
From: Daniel James (dnljms_at_[hidden])
Date: 2015-02-07 13:00:32
On 7 February 2015 at 16:46, Joaquin M Lopez Munoz <joaquin_at_[hidden]> wrote:
> The following file (which is linked from Boost.MultiIndex docs):
>
> http://www.boost.org/doc/libs/1_57_0/libs/multi_index/example/hashed.cpp
>
> appears truncated at line 8, yet it is perfectly OK in github:
>
> https://github.com/boostorg/multi_index/blob/master/example/hashed.cpp
>
> Any clue what's going on? Thank you,
The php script only works for UTF-8 files. I can't see a simple way to
support other encodings (the multibyte extension isn't available).