From 1b28480cc199c956b89b614672116a399a0fde8b Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sat, 24 Aug 2024 12:29:58 +0300 Subject: [PATCH] LexicalCast does not depend on Integer any more --- build.jam | 1 - 1 file changed, 1 deletion(-) diff --git a/build.jam b/build.jam index 40032f9..ad7d7de 100644 --- a/build.jam +++ b/build.jam @@ -9,7 +9,6 @@ constant boost_dependencies : /boost/config//boost_config /boost/container//boost_container /boost/core//boost_core - /boost/integer//boost_integer /boost/throw_exception//boost_throw_exception /boost/type_traits//boost_type_traits ;