From b273133fd2907cef4535e9964b2f4f798d88e133 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Wed, 23 Oct 2024 19:35:19 -0500 Subject: [PATCH] Remove Hana dependency note from README. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index f6545c98..0ac875d2 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,7 @@ int main() } ``` -This library is header-only, and has a default dependency on Boost.Hana. The -Boost.Hana dependency can be eliminated, and `std::tuple` will be used instead -of `boost::hana::tuple` throughout the library, if you `#define` -`BOOST_PARSER_DISABLE_HANA_TUPLE`. To try out the lib without mseeing with -dependencies, add its `include/` dir as an include path in your build and -define `BOOST_PARSER_DISABLE_HANA_TUPLE` your build. +This library is header-only, and has no Boost dependencies by default. Features: