$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: Peter Dimov (lists_at_[hidden])
Date: 2018-01-13 15:05:43
Andrey Semashev wrote:
> I don't think the standard requires this implementation.
> `system_category()` may return a pointer to a global caregory instance,
> which is initialized before `main`.
You're not prohibited from calling system_category() before main, so it has
to work.