mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Fix a constructor for Visual C++ 6.
[SVN r2738]
This commit is contained in:
@ -944,7 +944,7 @@ namespace boost {
|
||||
template <class I>
|
||||
hash_table(I i, I j, size_type n,
|
||||
hasher const& hf, key_equal const& eq,
|
||||
node_allocator const& a)
|
||||
value_allocator const& a)
|
||||
: data(initial_size(i, j, n), a), // throws, cleans itself up
|
||||
func1_(hf, eq), // throws " "
|
||||
func2_(hf, eq), // throws " "
|
||||
|
Reference in New Issue
Block a user