2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-25 16:32:09 +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

@@ -8,7 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/core.hpp>
#include <boost/hana/detail/constexpr.hpp>
#include <boost/hana/functional.hpp>
#include <boost/hana/list.hpp>
#include <boost/hana/list/instance.hpp>
#include <boost/hana/logical/logical.hpp>
#include <stdexcept>
@@ -81,7 +81,7 @@ namespace boost { namespace hana {
#include <boost/hana/detail/static_assert.hpp>
#include <boost/hana/integral.hpp>
#include <boost/hana/list.hpp>
#include <boost/hana/list/instance.hpp>
#include <boost/hana/range.hpp>
using namespace boost::hana;
using namespace literals;