Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2004-09-29 15:08:32


"Thorsten Ottosen" <nesotto_at_[hidden]> wrote in message
news:cjesfp$tpm$1_at_sea.gmane.org...

| There is no general color coding scheme AFAICT, this often make code a lot
| easier to read.
| It would be cool if the tool could parse all code snippets and add a common
| color-coding to all examples etc.

also, for use with hyper-linked code, it would be nice if I could just write

<code-block>
template<class T >
struct X
{
    template< class U >
    U <link href="...." >foo<l/ink>()
    {
        return U();
    }
};
<code-block>

and that this resulted in a color-coded code with a link.

br

Thorsten


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk