2
0
mirror of https://github.com/boostorg/hana.git synced 2026-02-02 08:52:11 +00:00
Files
hana/test/ext/std/utility.cpp
2015-03-10 09:30:07 -04:00

18 lines
357 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/utility.hpp>
#include <boost/hana/type.hpp>
using namespace boost::hana;
struct T { };
using Z = decltype(traits::declval(type<T>));
int main() { }