$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-03-31 02:03:15
James E Taylor wrote:
> boost-users,
>
> I am trying to use multitoken arguments with MS Visual C++ 6.
To begin with, do you realize the the variables_map class is seriously
broken with vc6 -- you can't call the 'as' method of the variable_value
class that variables_map::operator[] returns.
Or you know some way around this?
- Volodya