$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2020-11-29 17:21:53
Jeff Garland wrote:
> > The answer here is to take a string_view that is constructible from all
> > StringLike types, including std::string_view and boost::string_view.
>
> Sure, but that type is going to need to account for c++17 versus earlier
> versions.
For this specific use, it doesn't need to. It can just match against a
StringLike concept, as I said.