2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-19 04:22:13 +00:00

Remove Hana dependency note from README.

This commit is contained in:
Zach Laine
2024-10-23 19:35:19 -05:00
parent 3a7ddcf936
commit b273133fd2

View File

@@ -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: