add is_found_via_adl metafunction

This commit is contained in:
bolero-MURAKAMI 2012-09-29 23:39:00 +09:00
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 range_begin(...);
sprout::not_found_via_adl range_begin(...);
} // namespace sprout_adl
namespace sprout {

View file

@ -7,7 +7,7 @@
#include <sprout/adl/not_found.hpp>
namespace sprout_adl {
sprout::adl_not_found range_end(...);
sprout::not_found_via_adl range_end(...);
} // namespace sprout_adl
namespace sprout {