2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-21 15:12:21 +00:00

Split Core into subdirectories to reduce dependencies.

This commit is contained in:
Louis Dionne
2014-07-30 10:17:47 -04:00
parent 6c852e957e
commit 8a8ff797ab
77 changed files with 567 additions and 263 deletions

View File

@@ -6,7 +6,8 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/comparable/comparable.hpp>
#include <boost/hana/core.hpp>
#include <boost/hana/core/datatype.hpp>
#include <boost/hana/core/instantiates.hpp>
#include <boost/hana/detail/static_assert.hpp>
using namespace boost::hana;