populate vector of boost::iostreams::filtering_stream
I would like to create a code that manage an array of boost::iostreams::filtering_stream
objects.
If the size of this array is known at compile time, I can use std::array
and this works without any problem: