Core/Flags: Make operators |= &= and ^= constexpr

This commit is contained in:
Lynix
2018-08-03 20:26:44 +02:00
parent 39d1d31639
commit a363ae312f
3 changed files with 9 additions and 6 deletions

View File

@@ -130,6 +130,9 @@ Nazara Engine:
- Fixed bug where index wouldn't be used in String::FindLast and String::FindWord
- Physics 2D contact callbacks now include an arbiter allowing to query/set parameters about the collision
- Added movement with Ctrl in TextAreaWidget
- Added Unicode Data downloader/parser
- Integrated Unicode Data
- Fixed Flags operator |=/&=/^= not being constexpr
Nazara Development Kit:
- Added ImageWidget (#139)