You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /Users/cweaver/Work/CMB-S4/spt3g_software-public-git/core/src/G3Vector.cxx:3:
In file included from /Users/cweaver/Work/CMB-S4/spt3g_software-public-git/core/include/core/container_pybindings.h:5:
In file included from /Users/cweaver/Work/CMB-S4/spt3g_software-public-git/core/include/core/G3Map.h:6:
In file included from /Users/cweaver/Work/CMB-S4/spt3g_software-public-git/core/include/core/G3Quat.h:6:
In file included from /usr/local/include/boost/math/quaternion.hpp:14:
/usr/local/include/boost/math/tools/config.hpp:23:6: error: "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)" [-Werror,-W#warnings]
# warning "The minimum language standard to use Boost.Math will be C++14 starting in July 2023 (Boost 1.82 release)"
^
1 error generated.
The simplest solution is to change the language mode to C++14, but I would like to first verify that this will be available on all platforms we consider supported.
The text was updated successfully, but these errors were encountered:
The simplest solution is to change the language mode to C++14, but I would like to first verify that this will be available on all platforms we consider supported.
The text was updated successfully, but these errors were encountered: