$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] pending vs detail headers
From: James E. King III (jking_at_[hidden])
Date: 2018-09-02 02:03:55
Is there any general guidance for moving headers out of boost/pending? Do
we really need to include a forwarding stub for these? I'd like to
consider headers in boost/pending as "not final" and therefore we should be
able to move headers out of there without leaving a forwarding stub.
Example: https://github.com/boostorg/dynamic_bitset/pull/24
- Jim