Blender Git Loki
Git Commits -> Revision 703a73f
Revision 703a73f by Jacques Lucke (master) July 6, 2020, 08:56 (GMT) |
BLI: refactor how buffers for small object optimization are stored Previously, there was an error when operator-> was returning an invalid type. See error C2839. |
Commit Details:
Full Hash: 703a73fa846531a0888c8f99489c8e213f5c5d81
Parent Commit: 80393a0
Lines Changed: +142, -103
7 Modified Paths:
/source/blender/blenlib/BLI_array.hh (+5, -10) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+33, -33) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+62, -5) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+23, -23) (Diff)
/source/blender/blenlib/BLI_stack.hh (+7, -14) (Diff)
/source/blender/blenlib/BLI_vector.hh (+7, -12) (Diff)
/tests/gtests/blenlib/BLI_array_test.cc (+5, -6) (Diff)
/source/blender/blenlib/BLI_map_slots.hh (+33, -33) (Diff)
/source/blender/blenlib/BLI_memory_utils.hh (+62, -5) (Diff)
/source/blender/blenlib/BLI_set_slots.hh (+23, -23) (Diff)
/source/blender/blenlib/BLI_stack.hh (+7, -14) (Diff)
/source/blender/blenlib/BLI_vector.hh (+7, -12) (Diff)
/tests/gtests/blenlib/BLI_array_test.cc (+5, -6) (Diff)