mirror of
https://github.com/boostorg/core.git
synced 2025-08-01 22:04:30 +02:00
Simplify test
This commit is contained in:
@@ -29,9 +29,4 @@ void function()
|
|||||||
std::vector<int> y;
|
std::vector<int> y;
|
||||||
boost::begin(y);
|
boost::begin(y);
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
int main()
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user