Re: mongodb/44 vs boost 1.87

2024-12-04 Thread Theo Buehler
On Thu, Nov 21, 2024 at 11:40:24AM +0100, Theo Buehler wrote: > This fixes the build with boost 1.87.0b1 and still builds with 1.84. > directory.hpp and exception.hpp are no longer implicitly included, so > add those and convenience.hpp no longer exists. > > One instance of is_regular() is replace

mongodb/44 vs boost 1.87

2024-11-21 Thread Theo Buehler
This fixes the build with boost 1.87.0b1 and still builds with 1.84. directory.hpp and exception.hpp are no longer implicitly included, so add those and convenience.hpp no longer exists. One instance of is_regular() is replaced by is_regular_file() following the deprecation notice and path.leaf()