mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Remove unnecessary struct
This commit is contained in:
parent
2a471c3417
commit
0eecbda0b1
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user