#ifndef SPROUT_ADL_NOT_FOUND_HPP #define SPROUT_ADL_NOT_FOUND_HPP #include #include namespace sprout { // // not_found_via_adl // struct not_found_via_adl {}; // // is_not_found_via_adl // template struct is_not_found_via_adl : public std::is_same {}; template struct is_not_found_via_adl : public sprout::is_not_found_via_adl {}; template struct is_not_found_via_adl : public sprout::is_not_found_via_adl {}; template struct is_not_found_via_adl : public sprout::is_not_found_via_adl {}; // // is_found_via_adl // template struct is_found_via_adl : public std::integral_constant::value> {}; } // namespace sprout #endif // #ifndef SPROUT_ADL_NOT_FOUND_HPP