The Boost formal review of Zach Laine's STLInterfaces library will take place December 10 - 19, 2019.

Please consider participating in this review. The success of Boost depends on our robust library review process.

STLInterfaces is a C++14 library targeting ISO standardization. The following templates are provided, all C++20-friendly:

1. iterator_interface - a modern version of the iterator_facade and iterator_adaptor parts of Boost.Iterator

2. view_interface - a pre-C++20 implementation of C++20's eponymous feature

3. container_interface - a tool to eliminate boilerplate when writing new containers

Code: https://github.com/tzlaine/stl_interfaces

Docs: https://tzlaine.github.io/stl_interfaces/doc/html/index.html

Thanks,
Barrett Adair