From dc9761f7deb691e78ded54c4f8ee1a5ad50f419e Mon Sep 17 00:00:00 2001 From: zhihaoy <43971430+zhihaoy@users.noreply.github.com> Date: Thu, 9 May 2019 15:31:55 -0500 Subject: [visit-struct] Add new port (#6356) https://github.com/cbeck88/visit_struct The motivation for this port is that we do not have to lock ourselves with Boost.Fusion, or Boost.Hana, and can benefit from some downstream projects such as Configuru at the same time. --- ports/visit-struct/CONTROL | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ports/visit-struct/CONTROL (limited to 'ports/visit-struct/CONTROL') diff --git a/ports/visit-struct/CONTROL b/ports/visit-struct/CONTROL new file mode 100644 index 000000000..98ad6e2e9 --- /dev/null +++ b/ports/visit-struct/CONTROL @@ -0,0 +1,3 @@ +Source: visit-struct +Version: 1.0 +Description: A header-only library providing structure visitors for C++11 and C++14 -- cgit v1.2.3