2 Sep
2018
2 Sep
'18
5:50 p.m.
On 9/1/2018 10:03 PM, James E. King III via Boost wrote:
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.
If the functionality in the headers is not documented you should be able to move the headers as you wish, as the headers are just implementation details.
- Jim