forked from boostorg/unordered
Merge latest unordered developments:
Make simple_test test a little more. Use doubles for calculating max load factor. Some workarounds, mostly for Borland and running the tests. [SVN r42666]
This commit is contained in:
@@ -18,7 +18,7 @@ namespace test
|
||||
template <class X>
|
||||
class strong
|
||||
{
|
||||
typedef std::vector<typename non_const_value_type<X>::type> values_type;
|
||||
typedef std::vector<BOOST_DEDUCED_TYPENAME non_const_value_type<X>::type> values_type;
|
||||
values_type values_;
|
||||
public:
|
||||
void store(X const& x) {
|
||||
|
||||
Reference in New Issue
Block a user