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 » Developing U++ » U++ Developers corner » What is the highest version of U++ that does not require C++11 ?
Re: What is the highest version of U++ that does not require C++11 ? [message #46860 is a reply to message #46859] Tue, 30 August 2016 09:38 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Quote:

Block is:
class Block: Moveable<Block> {
public:
	WithDeepCopy<VectorMap<String, Variable>> Vars;
	int Temps;

	Block() {
		Temps = 0;
	}

	rval_default(Block);
};



The rval_default was preventing the copy.

OK, at least for the command line projects I will use MSC14 and latest U++ for e trial period of 2 weeks.
 
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
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Use zlib inside another library
Next Topic: U++ in a computer cluster
Goto Forum:
  


Current Time: Mon Apr 29 13:51:36 CEST 2024

Total time taken to generate the page: 0.02932 seconds