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 #46840 is a reply to message #46818] Fri, 26 August 2016 13:42 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Quote:
Yup, still can't compile anything, not even the command line application.

Reverted to pre C++11x versions.


Scratch that. After deleting all previous version and a fresh install, I managed to get something that only has a couple of different error for the command line project, so might get it to compile.

One is:
BuildMethod.cpp(24): error C2676: binary '<<=': 'Upp::String' does not define this operator or a conversion to a type acceptable t
    o the predefined operator


The other one is:
error C2280: 'Block::Block(const Block &)': attempting to reference a deleted function


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

	Block() {
		Temps = 0;
	}

	rval_default(Block);
};


So how does one handle this with the new C++?

Anyway, these two problems are fixable.

But I think it is fair to say that the C++ 11x integration did not work at all well. Almost killed U++ for me.

[Updated on: Fri, 26 August 2016 13:59]

Report message to a moderator

 
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 10:58:49 CEST 2024

Total time taken to generate the page: 0.01949 seconds