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

Home » U++ Library support » U++ Core » Problem with Vector::Add (pick/clone semantics)
Re: Problem with Vector::Add (pick/clone semantics) [message #52239 is a reply to message #52238] Tue, 13 August 2019 17:09 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
Novo wrote on Tue, 13 August 2019 16:02
mirek wrote on Tue, 13 August 2019 03:08
I made it work, even without pick:

This won't compile:

	const VectorMap<Vector<String>, String> MY_MAP = {
	    {Vector<String>{"s11", "s12", "s13", "s14"}, "s1"},
	};

pick wasn't needed because Vector<String>{...} is an rvalue by itself.


Works now. Thanks.

Quote:

It would be great to have all overloads of
	VectorMap& VectorMap&::operator()(const K& k, const T& v)

similar to AMap::Add(k, v).


Done. Long live std::forward...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Vector< Vector<int> > compilation error
Next Topic: SHA1 Doesn't work any more for data over 65536 bytes
Goto Forum:
  


Current Time: Tue May 26 17:22:36 GMT+2 2026

Total time taken to generate the page: 0.00557 seconds