1
0
Fork 0
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:
bolero-MURAKAMI 2012-09-29 23:39:00 +09:00
parent 2dcafaa98d
commit da86582643
9 changed files with 30 additions and 13 deletions

View file

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

View file

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

View file

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