mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
The reference to `writer<Device,jpeg_tag>` is clearly incorrect: - writer has no members `init_device`, `empty_buffer`, `closed_buffer` - if use of writer was correct there, it would require `#include <boost/gil/extension/io/jpeg/detail/writer.hpp>`, but that would impose cyclic-dependency between writer.hpp and writer_backend.hpp.