$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [core] Determining interest for two new classes: readonly and newtype
From: Robert Ramey (ramey_at_[hidden])
Date: 2015-08-16 12:49:00
On 8/16/15 7:23 AM, Sam Kellett wrote:
> Hey, I have two classes I've developed that have been used in my own
> projects that I think could have a place in Boost. They are outlined below.
>
> readonly<T>:
>
> newtype<N, T>
Interesting ideas. Do you want to prepare them as boost like libraries -
ie, with source code repository, documentation, tests and examples ? If
so, you might want to consult www.blincubator.com on how to do this.
Robert Ramey