Blender Git Loki
Git Commits -> Revision 572c48c
Revision 572c48c by Jacques Lucke (master) July 6, 2020, 07:08 (GMT) |
BLI: improve exception safety of memory utils Even if we do not use exception in many places in Blender, our core C++ library should become exception safe. Otherwise, we don't even have the option to work with exceptions if we decide to do so. |
Commit Details:
Full Hash: 572c48cf98601c66eebec27bb40cfc7e05ea341c
Parent Commit: 703a73f
Lines Changed: +204, -25
1 Added Path:
/tests/gtests/blenlib/BLI_memory_utils_test.cc (+120, -0) (View)