Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-03-21 16:29:26 +0300
committerJacques Lucke <jacques@blender.org>2021-03-21 16:29:26 +0300
commit9e437aabdb3d14c32584afb4bfa9e6eb35f06e51 (patch)
tree534033c46cb5092cb1338957dddfe1d69532e52f /source/blender/functions
parentdcf1a1045dfee527bd691113385cfa61df1499fe (diff)
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.
Diffstat (limited to 'source/blender/functions')
0 files changed, 0 insertions, 0 deletions