1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix sprout::size, sprout::empty implementations

This commit is contained in:
bolero-MURAKAMI 2014-07-12 12:59:16 +09:00
parent 2b28ddef6f
commit 3d01aac239
20 changed files with 431 additions and 47 deletions

View file

@ -10,8 +10,8 @@
#include <sprout/config.hpp>
#include <sprout/workaround/std/cstddef.hpp>
#include <sprout/container/traits_fwd.hpp>
#include <sprout/container/container_traits.hpp>
#include <sprout/container/container_range_traits.hpp>
#include <sprout/adl/not_found.hpp>
namespace sprout_adl {
@ -81,4 +81,6 @@ namespace sprout {
}
} // namespace sprout
#include <sprout/container/container_range_traits.hpp>
#endif // #ifndef SPROUT_CONTAINER_END_HPP