Remove unnecessary struct

This commit is contained in:
Peter Dimov 2020-02-17 05:21:20 +02:00
parent 2a471c3417
commit 0eecbda0b1

View File

@ -1,13 +1,9 @@
// Copyright 2014, 2020 Peter Dimov
// Copyright 2020 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <vector>
#include <boost/core/lightweight_test.hpp>
struct X
{
};
#include <vector>
int main()
{