Commit 641f06a7 by Maarten L. Hekkelman

sqrt is not constexpr on macOS

parent 915ba4ac
......@@ -882,7 +882,7 @@ class spherical_dots
spherical_dots()
{
constexpr double
const double
kGoldenRatio = (1 + std::sqrt(5.0)) / 2;
auto p = m_points.begin();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment