Home » Community » Newbie corner » Tell me more about U++ please.
Re: Tell me more about U++ please. [message #32045 is a reply to message #32039] |
Tue, 19 April 2011 07:47   |
 |
mirek
Messages: 14267 Registered: November 2005
|
Ultimate Member |
|
|
Lance wrote on Tue, 19 April 2011 00:12 | A side topic:
With RValue reference introduction in C++0x and currently available in more recent version of VC++ and g++, the driving force behind maybe Mirek's invention of the Upp pick semantics seems to be no longer exist. Anything we currently pick, we can do it with move constructor and move assignment.
|
There is one technical reason not to convert to move operator: It does not provide composition rules.
In U++
struct Foo {
int x;
Vector<Bar> bar;
};
automatically gets compiler generated pick constructor/assignement. With move operator, you would have to implement them. Which is quite tedious and error-prone especially if you have more member variables.
[Updated on: Tue, 19 April 2011 07:47] Report message to a moderator
|
|
|
 |
|
Tell me more about U++ please.
By: ASin on Wed, 09 March 2011 12:02
|
 |
|
Re: Tell me more about U++ please.
By: koldo on Wed, 09 March 2011 12:14
|
 |
|
Re: Tell me more about U++ please.
|
 |
|
Re: Tell me more about U++ please.
By: Lance on Fri, 18 March 2011 19:08
|
 |
|
Re: Tell me more about U++ please.
|
 |
|
Re: Tell me more about U++ please.
|
 |
|
Re: Tell me more about U++ please.
By: jibe on Tue, 12 April 2011 09:21
|
 |
|
Re: Tell me more about U++ please.
By: Lance on Fri, 15 April 2011 06:37
|
 |
|
Re: Tell me more about U++ please.
By: jibe on Fri, 15 April 2011 09:14
|
 |
|
Re: Tell me more about U++ please.
By: Novo on Sat, 16 April 2011 18:18
|
 |
|
Re: Tell me more about U++ please.
|
 |
|
Re: Tell me more about U++ please.
By: Lance on Tue, 19 April 2011 06:12
|
 |
|
Re: Tell me more about U++ please.
By: mirek on Tue, 19 April 2011 07:47
|
 |
|
Re: Tell me more about U++ please.
By: Lance on Tue, 19 April 2011 14:02
|
 |
|
Re: Tell me more about U++ please.
By: mirek on Tue, 19 April 2011 19:09
|
 |
|
Re: Tell me more about U++ please.
By: Lance on Wed, 20 April 2011 02:46
|
Goto Forum:
Current Time: Sun Aug 24 15:21:55 CEST 2025
Total time taken to generate the page: 0.00804 seconds
|