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  |
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.
|
|
|
Goto Forum:
Current Time: Wed May 14 08:37:47 CEST 2025
Total time taken to generate the page: 0.02560 seconds
|