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
@ -11,5 +11,6 @@
#include <sprout/config.hpp>
#include <sprout/tuple/tuple/tuple_traits.hpp>
#include <sprout/tuple/tuple/tuple_access_traits.hpp>
#include <sprout/tuple/tuple/has_sprout_get.hpp>
#endif // #ifndef SPROUT_TUPLE_TUPLE_TRAITS_HPP