Blender Git Commit Log

Git Commits -> Revision 8c9e508

April 13, 2021, 17:00 (GMT)
Fix compile error when using UIList template flags in C++

C++ has strongly typed enums (which is great!), so a bitwise OR on two
enum values will result in a compiler error. Use our `ENUM_OPERATORS()`
utility to overload the bitwise operations to be valid for this strong
enum type.

Commit Details:

Full Hash: 8c9e50889ed8bf4dde934344665aab59bf53e4ab
Parent Commit: 8b8fdcc
Lines Changed: +6, -0

1 Modified Path:

/source/blender/editors/include/UI_interface.h (+6, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021