We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7ddcf commit b273133Copy full SHA for b273133
README.md
@@ -34,12 +34,7 @@ int main()
34
}
35
```
36
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.
+This library is header-only, and has no Boost dependencies by default.
43
44
Features:
45
0 commit comments