mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Use namespace dtl instead of container_detail to avoid excessively long symbol names.
This commit is contained in:
@@ -38,7 +38,7 @@ template class boost::container::vector
|
||||
< test::movable_and_copyable_int
|
||||
, allocator<test::movable_and_copyable_int> >;
|
||||
|
||||
namespace container_detail {
|
||||
namespace dtl {
|
||||
|
||||
template class vec_iterator<int*, true >;
|
||||
template class vec_iterator<int*, false>;
|
||||
|
||||
Reference in New Issue
Block a user