]> https://gitweb.dealii.org/ - dealii.git/commit
Fix compilation with boost 1.78. 13180/head
authorDavid Wells <drwells@email.unc.edu>
Tue, 4 Jan 2022 17:46:30 +0000 (12:46 -0500)
committerDavid Wells <drwells@email.unc.edu>
Thu, 6 Jan 2022 15:30:04 +0000 (10:30 -0500)
commitabd465621779bb5bef3cf3eed7175151c8d6e263
tree939f9765dbcece7e22abab6ea2752032f93545db
parentd05794b4579f56291519b140d80bf669807a2305
Fix compilation with boost 1.78.

I bisected (fortunately Boost.Geometry a header-only library so adding the
include directory sufficed) and
https://github.com/boostorg/geometry/commit/6eb9e238bcb37e26dc31d16acf826784a2ba30f4
is where this problem starts for us. See also
https://github.com/boostorg/geometry/issues/792 - the easiest fix for all such
issues is to just include the project header `boost/geometry/geometry.hpp`.

In this particular case, if you look at the commit which causes grid_tools.cc
fails to compile, its because we were relying on some implicit includes. In
particular, we need the distance header to find the distance between points and
boxes, but that was previously included in another file.
include/deal.II/numerics/rtree.h
tests/boost/rtree_01.cc

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.