$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Removal of boost::basic_string_ref (in favor of basic_string_view)
From: Bjorn Reese (breese_at_[hidden])
Date: 2016-02-17 16:22:55
On 02/17/2016 08:52 PM, Marshall Clow wrote:
> I have just removed boost::basic_string_ref from the develop branch, and
> updated the specializations to use basic_string_view.
I am against this decision. I am using basic_string_ref<> quite heavily
in several projects that have work with Boost 1.55 and newer.