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

Huge reorganization and refactoring.

- Split type class instances into separate files
- Instances provided automatically by a type class are actually MCDs
- Test each instance in a single file, not one file per method
- Refactor the operator system to fix the ADL-related bug.
This commit is contained in:
Louis Dionne
2014-08-12 16:08:35 -04:00
parent 7894be3e2f
commit 307d3d0ec8
711 changed files with 15895 additions and 13363 deletions

View File

@@ -5,7 +5,7 @@ Distributed under the Boost Software License, Version 1.0.
*/
#include <boost/hana/detail/assert.hpp>
#include <boost/hana/list/instance.hpp>
#include <boost/hana/tuple.hpp>
#include <boost/hana/maybe.hpp>
#include <boost/hana/type.hpp>
#include <boost/hana/type_list.hpp>