fix container_traits for array-like classes

fix coding style algorithm/
This commit is contained in:
bolero-MURAKAMI 2012-09-29 17:10:46 +09:00
parent 06f1933220
commit 0c00166c5f
123 changed files with 1608 additions and 2224 deletions

13
sprout/adl/not_found.hpp Normal file
View 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