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

Home » Developing U++ » U++ Developers corner » SortedVectorMap - attempting to reference a deleted function error (SortedVectorMap - attempting to reference a deleted function error)
Re: SortedVectorMap - attempting to reference a deleted function error [message #49701 is a reply to message #49699] Sat, 07 April 2018 00:53 Go to previous messageGo to previous message
busiek is currently offline  busiek
Messages: 71
Registered: February 2011
Location: Poland
Member
Some U++ containers have deleted copy constructor. See transfer semantics. In your code you have to explicitly tell whether you copy or move like this:
Info.Add("123", clone(List));
or
Info.Add("123", pick(List));

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Kqueue/epoll based interface for TcpSocket and WebSocket
Next Topic: GIT support integration to the IDE
Goto Forum:
  


Current Time: Sat Apr 25 16:15:44 GMT+2 2026

Total time taken to generate the page: 0.00619 seconds