$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-01-17 14:34:04
> The formal review of the aedis starts today (15th) and ends next week on
> Tuesday (24th).
My quick comment so far from skimming the documentation (whose
presentation is awesome for pure Doxygen output + CSS) is that the
names from_bulk and to_bulk are too generic for ADL customization
points. They need to be renamed to something less likely to conflict.
I suggest aedis_from_bulk and aedis_to_bulk which should be
distinctive enough, but other variations are possible.