2 Sep
2018
2 Sep
'18
8:56 a.m.
On Sat, 1 Sep 2018, 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.
Go for a pragmatic approach? Look for those headers, say in github and stackoverflow. If you see many repositories where code includes the header, and many stackoverflow questions about them, try and avoid breaking them. If you don't see any, there may still be users somewhere, but they are likely quite few and you don't need to care as much. -- Marc Glisse