80939d4949
Those tests were broken with older versions of Boost that we don't test against anymore. Furthermore, since we document that Boost and standalone Hana installations should not be mixed, there's no risk of this change breaking any existing code (that would be mixing standalone Hana with an old version of Boost).
9 lines
252 B
C++
9 lines
252 B
C++
// Copyright Louis Dionne 2013-2017
|
|
// 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 "_specs.hpp"
|
|
#include <auto/permutations.hpp>
|
|
|
|
int main() { }
|