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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user