$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] request for BOOST_NO_FWD_STD_DECLARATION
From: Ivan Le Lann (ivan.lelann_at_[hidden])
Date: 2011-02-19 18:27:38
Le samedi 19 février 2011 à 19:37 +0100, Ion Gaztañaga a écrit :
> having to include a lot of std
> headers to declare a function with a std::string const reference as
> input parameter is a bit too much
For a function declaration, even when you pass/return by value,
you only need to declare types.
Regards,
Ivan