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

add has_sprout_get metafunction, update copyright

This commit is contained in:
bolero-MURAKAMI 2019-01-07 17:47:17 +09:00
parent 26299dad18
commit ea06f92565
2855 changed files with 3032 additions and 2854 deletions

View file

@ -1,5 +1,5 @@
/*=============================================================================
Copyright (c) 2011-2018 Bolero MURAKAMI
Copyright (c) 2011-2019 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
@ -27,5 +27,7 @@
#include <sprout/container/deep_internal.hpp>
#include <sprout/container/is_sub_container.hpp>
#include <sprout/container/indexes.hpp>
#include <sprout/container/has_sprout_begin.hpp>
#include <sprout/container/has_sprout_end.hpp>
#endif // #ifndef SPROUT_CONTAINER_METAFUNCTIONS_HPP