mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-23 14:20:52 +00:00
fix container_traits for array-like classes
fix coding style algorithm/
This commit is contained in:
parent
06f1933220
commit
0c00166c5f
123 changed files with 1608 additions and 2224 deletions
13
sprout/adl/not_found.hpp
Normal file
13
sprout/adl/not_found.hpp
Normal file
|
@ -0,0 +1,13 @@
|
|||
#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
|
Loading…
Add table
Add a link
Reference in a new issue