From 8b2e6591254d20527f9789ebf485cbba97be624a Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Tue, 2 Jun 2026 19:12:50 +0300 Subject: [PATCH] Boost.SmartPointer is used via boost/pointer_cast.hpp. Restore the dependency --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index 6c21796a..a266ab2c 100644 --- a/build.jam +++ b/build.jam @@ -8,6 +8,7 @@ require-b2 5.2 ; constant boost_dependencies : /boost/assert//boost_assert /boost/config//boost_config + /boost/smart_ptr//boost_smart_ptr /boost/throw_exception//boost_throw_exception ; project /boost/conversion