U++ framework
Do not panic. Ask here before giving up.

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: 281
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 Jun 04 12:56:44 GMT+2 2026

Total time taken to generate the page: 0.00567 seconds