Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Another String error solved, maybe. ( String error)
Re: Another String error solved, maybe. [message #46906 is a reply to message #46905] Fri, 09 September 2016 11:50 Go to previous messageGo to previous message
deep is currently offline  deep
Messages: 263
Registered: July 2011
Location: Bangalore
Experienced Member
Hi

The problem reported in compile is for Sort()

Sort internally using

template <class T>
inline void Swap(T& a, T& b) { T tmp = pick(a); a = pick(b); b = pick(tmp); }


which generates compile error for "="

c:\devtools\g_upp\uppsrc\core\Defs.h(462): error C2678: binary '=': no operator found which takes a left-hand operand of type 'const Upp::String' (or there is no accep
    table conversion)


Warm Regards

Deepak
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How do I swap the Ctrl in the TabCtrl ?
Next Topic: Image to an SQLite blob windows 10
Goto Forum:
  


Current Time: Thu May 09 00:19:02 CEST 2024

Total time taken to generate the page: 0.01979 seconds