Core/HandledObject: Make move constructor/assignation operator noexception

This commit is contained in:
Lynix
2018-04-22 12:33:36 +02:00
parent 2147156df9
commit 8ab1462402
5 changed files with 11 additions and 10 deletions

View File

@@ -93,6 +93,7 @@ Nazara Engine:
- Fixed SimpleTextDrawer line bounds
- ⚠️ Stream::ReadLine will now returns empty lines if present in the file
- Fixed cubemaps seams with OpenGL
- HandledObject movement constructor/assignement operator are now marked noexcept
Nazara Development Kit:
- Added ImageWidget (#139)