On Thu, Apr 30, 2020 at 10:01 AM Glen Fernandes
On Wed, Apr 29, 2020 at 10:38 AM Zach Laine via Boost
wrote: On Tue, Apr 28, 2020 at 11:52 AM Glen Fernandes via Boost
wrote: On Tue, Apr 28, 2020 at 11:49 AM Jeff Garland via Boost
wrote: Can we get this merged now that master has re-opened after 1.73?
Zach, transfer the stl_interfaces repository to glenfe on GitHub and I'll move it into boostorg.
Done. Thanks, Glen.
Zach
You're all set: boostorg/stl_interfaces and libs/stl_interfaces sub-module.
You have some tests which are using some deprecated facility that emits warnings. (use of boost/test/minimal.hpp). I'd suggest switching to boost/core/lightweight_test.hpp (which is header only and doesn't require you link against anything). If you want, I can submit a pull request.
Glen
That would be very welcome, thanks! Zach