$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [iostreams] Is it possible for a sink to get notified when the stream is closed?
From: Bob van Manen (bobm75_at_[hidden])
Date: 2009-03-27 19:24:46
2009/3/27 Václav Haisman <v.haisman_at_[hidden]>
>
> struct category
> : boost::iostreams::sink_tag
> , boost::iostreams::closable_tag
> {};
>
Thanks! That works.
bob