MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

Fix compilation in Visual Studio 2020 #254

Closed Assumeru closed 1 year ago

Assumeru commented 1 year ago

These types are non-copyable because they contain Delegates which are move-only. MSVC doesn't appear to be able to figure this out without these constructor declarations (whereas clang works just fine.) Probably a compiler bug 🤷

Altren commented 1 year ago

I'm about to push (in ~30 minutes) huge amount of changes into master. It would be nice if you will be able to check them on Visual Studio.