2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-01 20:42:13 +00:00

Modularize List and add a minimal instance

This commit is contained in:
Louis Dionne
2014-07-16 13:47:04 -04:00
parent 408a5c7db5
commit 7e8f109d7f
121 changed files with 1645 additions and 1236 deletions

View File

@@ -7,6 +7,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/detail/static_assert.hpp>
#include <boost/hana/integer_list.hpp>
#include <boost/hana/integral.hpp>
#include <boost/hana/list/instance.hpp>
using namespace boost::hana;