IAP GITLAB

Skip to content

Replace std::assoc_legendre with boost implementation for clang builds

Jean-Marco Alameddine requested to merge replace_assoc_legendre into master

I work on AppleClang 12.0.0.12000032. When I try to build the corsika.cpp example on master, I get the error

error: no member named 'assoc_legendre' in namespace 'std'

Apparently, this function is not included in cmath on Clang (see here)

Merge request reports