30 Apr
2020
30 Apr
'20
3:01 p.m.
On Wed, Apr 29, 2020 at 10:38 AM Zach Laine via Boost
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