$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Variadic append for std::string
From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2017-01-26 04:55:52
> On 26 Jan 2017, at 10:47, Richard Hodges <hodges.r_at_[hidden]> wrote:
>
> There's a problem with implicit conversion.
> [â¦]
Thank you Richard for this nice example, which illustrates the problem with implicit conversion. :)
It would be nice if there was a wiki for C++ with items like this ("don't do this and why") so that these explanations do not have to be written again and again.