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 » U++ libraries and TheIDE converted to Meson build system
Re: U++ libraries and TheIDE converted to Meson build system [message #58684 is a reply to message #58674] Thu, 21 July 2022 15:06 Go to previous message
germandiago is currently offline  germandiago
Messages: 14
Registered: June 2021
Location: Valencia
Promising Member
As I go with the Windows conversion, I think I found a couple of problems (I guess bugs?).

Basically Iml::Image is marked as moveable.

But it holds std::atomic which is not movable, for loaded.
It also holds a NoMove buffer for data and the reference count is another atomic variable.

However, another part of the code is trying to use it inside a Vector, which asserts in the destructor
that things contained should be movable.


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Source Code Efficiency Minor Issue
Next Topic: log file in Oracle8
Goto Forum:
  


Current Time: Mon May 13 18:38:10 CEST 2024

Total time taken to generate the page: 0.01643 seconds