forked from boostorg/unordered
Merge: Another missing 'using namespace std'
[SVN r42619]
This commit is contained in:
@@ -84,6 +84,7 @@ namespace test
|
|||||||
|
|
||||||
float generate(float const*)
|
float generate(float const*)
|
||||||
{
|
{
|
||||||
|
using namespace std;
|
||||||
return (float) rand() / (float) RAND_MAX;
|
return (float) rand() / (float) RAND_MAX;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user