mirror of
https://github.com/boostorg/hana.git
synced 2026-02-02 08:52:11 +00:00
10 lines
287 B
C++
10 lines
287 B
C++
/*
|
|
@copyright Louis Dionne 2015
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
|
|
*/
|
|
|
|
#define BOOST_HANA_TEST_SEQUENCE_PREPEND_MCD
|
|
#define BOOST_HANA_TEST_ITERABLE
|
|
#include <laws/templates/seq.hpp>
|