mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add is_found_via_adl metafunction
This commit is contained in:
parent
2dcafaa98d
commit
da86582643
9 changed files with 30 additions and 13 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <sprout/adl/not_found.hpp>
|
||||
|
||||
namespace sprout_adl {
|
||||
sprout::adl_not_found iterator_distance(...);
|
||||
sprout::not_found_via_adl iterator_distance(...);
|
||||
} // namespace sprout_adl
|
||||
|
||||
namespace sprout {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <sprout/adl/not_found.hpp>
|
||||
|
||||
namespace sprout_adl {
|
||||
sprout::adl_not_found iterator_next(...);
|
||||
sprout::not_found_via_adl iterator_next(...);
|
||||
} // namespace sprout_adl
|
||||
|
||||
namespace sprout {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#include <sprout/adl/not_found.hpp>
|
||||
|
||||
namespace sprout_adl {
|
||||
sprout::adl_not_found iterator_prev(...);
|
||||
sprout::not_found_via_adl iterator_prev(...);
|
||||
} // namespace sprout_adl
|
||||
|
||||
namespace sprout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue