mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +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*)
|
||||
{
|
||||
using namespace std;
|
||||
return (float) rand() / (float) RAND_MAX;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user