Use namespace dtl instead of container_detail to avoid excessively long symbol names.

This commit is contained in:
Ion Gaztañaga
2017-11-07 00:51:46 +01:00
parent 61d965f1a0
commit fa2494631a
104 changed files with 1395 additions and 1395 deletions

View File

@@ -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>;