mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-29 12:07:18 +02:00
Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change
[SVN r78687]
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
// should not compile: vector is not an integral type
|
||||
// should not compile: vector is not an integral type
|
||||
int test_main( int , char* [] )
|
||||
{
|
||||
std::vector<float> v;
|
||||
|
Reference in New Issue
Block a user