$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-11-28 16:19:48
Joaquin M López Muñoz wrote:
> GitHub repository: https://github.com/18/fixed_string
> Online docs: https://18.github.io/doc/fixed_string
Could a single header version be temporarily provided for the review, so 
that we can play with it on Godbolt? The current header arrangement makes 
that impossible. (Actually, a single header for this specific library 
doesn't seem a bad idea in principle - the separation appears to provide no 
value in this case.)
Also, a synopsis section in the documentation might have been nice, to allow 
one to see all the declarations in one place. (Admittedly, the main header 
does serve that purpose somewhat.)
What is the C++ standard requirement of this library?