Blender Git Commit Log
Git Commits -> Revision edb418a
Revision edb418a by Sergey Sharybin (depsgraph_refactor) December 12, 2014, 10:45 (GMT) |
Depsgraph: Fallback to boost's function binding if C++11 is disabled C++11 appears to be quite tricky to support in a clean fashion with all the libraries we want blender to compile with. Making those libraries friendly with C++11 could take a bit of time, and meanwhile instead of having hacks all over the code we'll be able to just use boost. This would help avoiding merging crappyness to the master branch, but idea;;y we'll need to make all the libs being nice with C++11 and zap boost from the sources. Consider this as a safety backup plan commit. |
Commit Details:
Full Hash: edb418ada3a8c99e737b144ef9577602b7a34b3e
Parent Commit: a4e82b6
Lines Changed: +38, -24