mirror of
https://github.com/boostorg/functional.git
synced 2025-08-02 14:04:27 +02:00
Use an array instead of std::set in hash_no_ext_fail_test, as that seems like a better test for older compilers.
[SVN r33194]
This commit is contained in:
@@ -12,10 +12,9 @@
|
|||||||
|
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
#include <boost/functional/hash.hpp>
|
#include <boost/functional/hash.hpp>
|
||||||
#include <set>
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
HASH_NAMESPACE::hash< std::set<int> > hasher;
|
HASH_NAMESPACE::hash< int[10] > hasher;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user