Boost logo

Boost :

From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2002-10-10 02:47:33


----- Original Message -----
From: "Rozental, Gennadiy" <gennadiy.rozental_at_[hidden]>
To: "'Boost mailing list'" <boost_at_[hidden]>
Sent: Wednesday, October 09, 2002 11:25 PM
Subject: RE: [boost] Re: new initialization lib, any interest?

> > the map is hypothetical. If I wan't to map int to int, I can make the
> > mapping just as clear by using newline or tabs:
> >
> > set_map( m ) += 1,2 2,3 3,4 5,6;
> > set_map( m ) += 1,2
> > 2,3
> > 3,4;
>
> Doesn't this "clear" mapping missing some commas?
yep, should have been

set_map( m ) += 1,2, 2,3, ...

-Thorsten


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