mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-31 11:57:15 +02:00
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