$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] template-defined regexp proposal
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-01-31 09:27:58
On 1/30/2011 6:30 PM, Vit Stepanek wrote:
> Hi,
>
> I've implemented the basic regexp functionality using few simple
> template classes. Any regexp can be created by inserting the template
> classes one into another in the required order.
> Although it's in the design state, I'd like to find out if there's any
> interest in providing this functionality.
snipped...
I like your idea but you need to provide more extensive documentation of
what you are doing.