mirror of
https://github.com/boostorg/core.git
synced 2025-05-11 05:07:39 +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.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// https://www.boost.org/LICENSE_1_0.txt
|
// https://www.boost.org/LICENSE_1_0.txt
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
#include <boost/core/lightweight_test.hpp>
|
#include <boost/core/lightweight_test.hpp>
|
||||||
|
#include <vector>
|
||||||
struct X
|
|
||||||
{
|
|
||||||
};
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user