Skip to content

Fix Boost 1.63 compilation error

Dave Moxey requested to merge dmoxey/nektar:fix/boost-1.63 into master

This MR adds a workaround for boost bug 13032, which causes compiler errors when using Boost 1.63. This version of boost is already available through MacPorts and Homebrew, meaning that currently, Mac users cannot compile Nektar++ if using the most recent version of boost.

Merge request reports