mirror of
https://github.com/boostorg/container.git
synced 2026-01-29 09:50:22 +01:00
Use explicit instantiation for iterators defined outside the class in order to detect compilation errors.
[SVN r82815]
This commit is contained in:
@@ -116,6 +116,9 @@ template class flat_multiset
|
||||
, std::allocator<test::movable_and_copyable_int>
|
||||
>;
|
||||
|
||||
//As flat container iterators are typedefs for vector::[const_]iterator,
|
||||
//no need to explicit instantiate them
|
||||
|
||||
}} //boost::container
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user