Skip to content

Fix C++11 compatibility

Andre Offringa requested to merge cpp11-fixes into master

The BoundingBox methods may not be constexpr in C++11, because BoundingBox is not considered a literal in C++11.

Merge request reports