mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Add deque_iterator explicit instantiation.
This commit is contained in:
@@ -36,6 +36,9 @@ template class boost::container::deque
|
||||
< test::movable_and_copyable_int
|
||||
, allocator<test::movable_and_copyable_int> >;
|
||||
|
||||
template class deque_iterator<int*, true, 0, 0>;
|
||||
template class deque_iterator<int*, false, 0, 0>;
|
||||
|
||||
} //namespace boost {
|
||||
} //namespace container {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user