$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-04-02 07:52:01
>> Here is my submission. Please let me know what you think.
...
Daryle> You don't have to pass the Assign policy as a template parameter, it can be
Daryle> passed in as a type parameter ("Wrap<width>" instead of "Wrap"). This
Daryle> allows non-template classes be used as policies
Thank you for the comments. I'm not sure what this one means. Do you
mean
Sint::Int<4, Wrap<4> > x ?
This violates the principle that information should be specified
exactly once.