mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
add variadic assert macro
This commit is contained in:
parent
15c3f55ebb
commit
23be867d87
7 changed files with 307 additions and 93 deletions
15
sprout/preprocessor/variadic.hpp
Normal file
15
sprout/preprocessor/variadic.hpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
/*=============================================================================
|
||||
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_PREPROCESSOR_VARIADIC_HPP
|
||||
#define SPROUT_PREPROCESSOR_VARIADIC_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/preprocessor/variadic/size.hpp>
|
||||
#include <sprout/preprocessor/variadic/elem.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_PREPROCESSOR_VARIADIC_HPP
|
Loading…
Add table
Add a link
Reference in a new issue