$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Janek Kozicki (janek.listy.mailowe_at_[hidden])
Date: 2021-03-24 20:05:12
Alexander Grund via Boost said: (by the date of Wed, 24 Mar 2021 14:49:51 +0100)
> In short the takeaway here is: Function value parameters in function
> signatures are never const.
Just to make clear: value parameters are not reference parameters.
const references are recognized. (the most useful argument types for a function :)
Janek Kozicki