mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
14 lines
247 B
C++
14 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
|