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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user