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

@@ -6,7 +6,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/hana/assert.hpp>
#include <boost/hana/detail/constexpr.hpp>
#include <boost/hana/integral.hpp>
#include <boost/hana/integral_constant.hpp>
#include <boost/hana/map.hpp>
#include <boost/hana/maybe.hpp>
#include <boost/hana/pair.hpp>