
19 Feb
2011
19 Feb
'11
11:27 p.m.
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