Skip to content
Snippets Groups Projects
  • Frank Gaede's avatar
    - fixed bug seen with clang commented out · 5258b1c8
    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