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

This reverts commit a363ae312f.
This commit is contained in:
Lynix
2018-08-03 23:56:52 +02:00
parent 72e365efb1
commit 49d59d93d8
3 changed files with 6 additions and 9 deletions

View File

@@ -130,9 +130,6 @@ 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)