- 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 !!
Loading
Please register or sign in to comment