Skip to content

Commit b273133

Browse files
committed
Remove Hana dependency note from README.
1 parent 3a7ddcf commit b273133

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,7 @@ int main()
3434
}
3535
```
3636
37-
This library is header-only, and has a default dependency on Boost.Hana. The
38-
Boost.Hana dependency can be eliminated, and `std::tuple` will be used instead
39-
of `boost::hana::tuple` throughout the library, if you `#define`
40-
`BOOST_PARSER_DISABLE_HANA_TUPLE`. To try out the lib without mseeing with
41-
dependencies, add its `include/` dir as an include path in your build and
42-
define `BOOST_PARSER_DISABLE_HANA_TUPLE` your build.
37+
This library is header-only, and has no Boost dependencies by default.
4338
4439
Features:
4540

0 commit comments

Comments
 (0)