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

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: Thu Jun 11 20:02:46 GMT+2 2026

Total time taken to generate the page: 0.00836 seconds