$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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() );