2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-14 00:42:22 +00:00
Files
hana/test/ext/std/tuple/sequence.cpp
2015-03-05 10:34:15 -05:00

21 lines
526 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)
*/
#include <boost/hana/ext/std/tuple.hpp>
#include <laws/sequence.hpp>
#include <tuple>
using namespace boost::hana;
int main() {
//////////////////////////////////////////////////////////////////////////
// Sequence
//////////////////////////////////////////////////////////////////////////
test::TestSequence<ext::std::Tuple>{};
}