$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2002-05-01 12:39:15
"Gennadiy Rozental" <rogeeff_at_[hidden]> wrote in message
news:aap7k3$c1l$1_at_main.gmane.org...
> [...]
> template<typename StoragePolicy,...>
> struct mi_policies_adaptor : StoragePolicy, OwnershipPolicy
> {
> };
> [...]
> template<template Policy, template Base>
> struct chaining_adaptor : Policy, Base
> {};
>
> template<typename StoragePolicy,...>
> struct chaining_policies_adaptor : chaining_adaptor<StoragePolicy,
> chaining_adaptor<OwnershipPolicy, ....> > > >
> {
> };
> [...]
This is a cool idea, and deserves some more thought. I'd like to see others
comment on it.
Dave