Unordered: Fix dependent type.

[SVN r74832]
This commit is contained in:
Daniel James
2011-10-09 00:47:08 +00:00
parent fd530b87f6
commit 8557a30592

View File

@ -175,7 +175,7 @@ namespace boost { namespace unordered { namespace detail {
}; \
\
enum { value = sizeof(choice2::type) == \
sizeof(impl::test<impl::base>(choose())) \
sizeof(impl::test<typename impl::base>(choose())) \
}; \
}