$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compare boost::system::error_category
From: Bjorn Reese (breese_at_[hidden])
Date: 2017-03-25 11:12:55
On 03/25/2017 12:32 AM, Niall Douglas via Boost-users wrote:
> Boost's quality of implementation is the same as libstdc++ or libc++,
> you can get multiple instantiations in certain circumstances and those
> can have differing addresses.
The various error categories are implemented (for header-only libraries)
as inlined Meyer singletons. Does that mean that we have a general
problem with such singletons?