Blender Git Loki
Git Commits -> Revision 9e437aa
Revision 9e437aa by Jacques Lucke (master) March 21, 2021, 13:29 (GMT) |
Cleanup: fix compiling with older compiler on macos We cannot use `std::variant` yet, because not all of the compilers we support have a working version of it yet. For now, I just replaced it with multiple `std::option` which is good enough, because currently `CellValue` is only used for the cells that are actually drawn in the spreadsheet. |
Commit Details:
Full Hash: 9e437aabdb3d14c32584afb4bfa9e6eb35f06e51
Parent Commit: dcf1a10
Lines Changed: +31, -28