Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-02-24 12:21:34


Beman Dawes wrote:
>
> Note 4th output line missing for Intel 8.0 and VC++ 7.1 What's going
> on here?

[...]

> tokenizer<int> z4( std::vector<int>() );

The usual function declaration?

       tokenizer<int> z4( std::vector<int> f() );


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