mirror of
https://github.com/boostorg/iterator.git
synced 2026-04-29 10:23:21 +02:00
Revert "Replace using-declarations with using-directives to avoid ADL issues."
This reverts commit 44cee00831.
The commit reportedly broke building Boost and quickbook.
https://github.com/boostorg/iterator/commit/b844c8df530c474ec1856870b9b0de5f487b84d4#commitcomment-30603668
This commit is contained in:
@@ -77,7 +77,7 @@ namespace iterators {
|
||||
|
||||
} // namespace iterators
|
||||
|
||||
using namespace iterators::advance_adl_barrier;
|
||||
using iterators::advance;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace iterators {
|
||||
|
||||
} // namespace iterators
|
||||
|
||||
using namespace iterators::distance_adl_barrier;
|
||||
using iterators::distance;
|
||||
|
||||
} // namespace boost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user