Skip to content
Snippets Groups Projects
user avatar
Frank Gaede authored
     Property& operator=(const std::string& val);
   as this is in conflict with explicit instantiation (using string) of:
     template <typename TYPE> Property& operator=(const TYPE& val);
  
   -> Need checking with other compilers !!
 
5258b1c8
Name Last commit Last update
..