mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Unordered: Fix dependent type.
[SVN r74832]
This commit is contained in:
@ -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())) \
|
||||
}; \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user