Skip to content

Commit

Permalink
fixup! Fix a few tests that didn't get ignored properly on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Nov 10, 2023
1 parent b7910fa commit d11d115
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/issues/github_202.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
// 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/config.hpp>

#ifndef BOOST_HANA_CONFIG_CLANG_CL // EBO is not well supported on Windows

#include <boost/hana/integral_constant.hpp>
#include <boost/hana/pair.hpp>
#include <boost/hana/tuple.hpp>
Expand All @@ -23,4 +27,6 @@ static_assert(
sizeof(hana::tuple<Vector, Vector, Vector, Vector>)
, "");

#endif // BOOST_HANA_CONFIG_CLANG_CL

int main() { }

0 comments on commit d11d115

Please sign in to comment.