$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2001-01-28 06:29:44
>...and the current implementation won't work if T is void.
>I think we could get around this problem at the cost of a little extra
>complexity... we can use "poor man's partial specialization" to dispatch
to
>a different implementation if T is void.
Just a top-level full specialisation for void does the trick - that's what
I'm using in the new version anyway....
- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/