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

Modularize Comparable

This commit is contained in:
Louis Dionne
2014-07-15 11:58:45 -04:00
parent 3da2af3ba2
commit c8e8d88753
37 changed files with 228 additions and 140 deletions

View File

@@ -4,7 +4,7 @@ Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#include <boost/hana/comparable.hpp>
#include <boost/hana/comparable/equal_mcd.hpp>
#include <boost/hana/core.hpp>
#include <boost/hana/detail/constexpr.hpp>
#include <boost/hana/foldable.hpp>