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

@ -9,24 +9,10 @@
#define SPROUT_CONTAINER_FUNCTIONS_HPP
#include <sprout/config.hpp>
#include <sprout/container/fixed_size.hpp>
#include <sprout/container/begin.hpp>
#include <sprout/container/end.hpp>
#include <sprout/container/size.hpp>
#include <sprout/container/empty.hpp>
#include <sprout/container/deep_copy.hpp>
#include <sprout/container/make.hpp>
#include <sprout/container/remake.hpp>
#include <sprout/container/fit_size.hpp>
#include <sprout/container/get_internal.hpp>
#include <sprout/container/get_deep_internal.hpp>
#include <sprout/container/internal_begin.hpp>
#include <sprout/container/internal_end.hpp>
#include <sprout/container/internal_size.hpp>
#include <sprout/container/internal_begin_offset.hpp>
#include <sprout/container/internal_end_offset.hpp>
#include <sprout/container/internal_begin_offset_backward.hpp>
#include <sprout/container/internal_end_offset_backward.hpp>
#include <sprout/container/internal_deep_copy.hpp>
#include <sprout/container/traits_functions.hpp>
#include <sprout/container/range_functions.hpp>
#include <sprout/container/construct_functions.hpp>
#include <sprout/container/fitness_functions.hpp>
#include <sprout/container/sub_functions.hpp>
#endif // #ifndef SPROUT_CONTAINER_FUNCTIONS_HPP