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