Skip to content
Snippets Groups Projects
Commit 5258b1c8 authored by Frank Gaede's avatar Frank Gaede
Browse files

- fixed bug seen with clang commented out

     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 !!
 
parent 3767b8c0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment