Sprout/sprout/adl/not_found.hpp
bolero-MURAKAMI 0c00166c5f fix container_traits for array-like classes
fix coding style algorithm/
2012-09-29 17:10:46 +09:00

13 lines
247 B
C++

#ifndef SPROUT_ADL_NOT_FOUND_HPP
#define SPROUT_ADL_NOT_FOUND_HPP
#include <sprout/config.hpp>
namespace sprout {
//
// adl_not_found
//
struct adl_not_found {};
} // namespace sprout
#endif // #ifndef SPROUT_ADL_NOT_FOUND_HPP