un mauvais probablement 
 
Tarabiscote a écrit :
 
 De toute façon ça semble logique que l'on ait un string pour appeler la méthode operator+ de string.
 Chez moi il doit le convertir en string implicitement, c'est tout.
   | 
J'pense pas.  
 
template <class charT, class Traits, class Alloc>
basic_string<charT,Traits,Alloc> operator+( charT const*, basic_string<charT,Traits,Alloc> const& );
 
et  
 
template <class charT, class Traits, class Alloc>
basic_string<charT,Traits,Alloc> operator+( basic_string<charT,Traits,Alloc> const&, charT const* );
 
sont obligatoirement fournies (21.3.7.1)