Skip to content

Fix clang compile error: constexpr and std::sqrt

Adam Edward Barton requested to merge abarton/athena:clangfixsqrt into master

Unfortunately clang doesn't support constexpr sqrt because it isn't in the official standard yet.

Merge request reports