Fix a constructor for Visual C++ 6.

[SVN r2738]
This commit is contained in:
Daniel James
2005-11-09 21:15:19 +00:00
parent dc9951437b
commit 4c3417468b

View File

@ -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 " "