From 646edfc16d8bbfe9beeb8492d95d46de02f04d8c Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 25 Oct 2017 19:25:27 +0200 Subject: [PATCH] Add Boost.Hana to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2639abb..e29a2fb 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ TODO * the CMake build system * LibTooling from Clang for the code generator * RapidJSON for JSON (de)serialization +* Boost.Hana for using `BOOST_HANA_DEFINE_STRUCT` instead of code generator * `c++utilities` for various helper functions Optional: