$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-12-23 17:59:25
I'm looking at array_sink stream buffer as a possible speed enhancement to 
binary_oarchive in some cases.  My quesion is" What happens when the 
capacity of the array used for the buffer is exceeded?  Is an exception 
thrown or what?
I've looked through the documentation and don't find exceptions mentioned.
Robert Ramey