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

reimplementation tuple class

This commit is contained in:
bolero-MURAKAMI 2014-09-20 12:55:29 +09:00
parent 0c15b01b0d
commit 3b0ab6f5fd
11 changed files with 438 additions and 371 deletions

21
sprout/utility/eat.hpp Normal file
View file

@ -0,0 +1,21 @@
/*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_UTILITY_EAT_HPP
#define SPROUT_UTILITY_EAT_HPP
#include <sprout/config.hpp>
namespace sprout {
//
// eat
//
inline SPROUT_CXX14_CONSTEXPR void
eat(...) SPROUT_NOEXCEPT {}
} // namespace sprout
#endif // #ifndef SPROUT_UTILITY_EAT_HPP