$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [system] Would it be possible to trial a breaking change to Boost.System and see what happens?
From: Olaf van der Spek (ml_at_[hidden])
Date: 2018-01-13 20:44:09
On Sat, Jan 13, 2018 at 12:58 AM, Niall Douglas via Boost
<boost_at_[hidden]> wrote:
> It would still return a reference, just as now. You would check for
> internal nullptr, if so return a static null_category.
Can't you just store the pointer to null_category?