2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-01 08:32:11 +00:00

[Integral] Rename to IntegralConstant and improve the API

This commit is contained in:
Louis Dionne
2015-02-10 18:20:03 -05:00
parent 5dd70cbf3a
commit 17d2ce584c
82 changed files with 672 additions and 533 deletions

View File

@@ -8,7 +8,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/detail/constexpr.hpp>
#include <boost/hana/ext/std/integral_constant.hpp>
#include <boost/hana/functional/on.hpp>
#include <boost/hana/integral.hpp>
#include <boost/hana/integral_constant.hpp>
#include <boost/hana/tuple.hpp>
#include <boost/hana/type.hpp>