]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/local_function/aux_/preprocessor/traits/decl_/validate.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / local_function / aux_ / preprocessor / traits / decl_ / validate.hpp
1
2 // Copyright (C) 2009-2012 Lorenzo Caminiti
3 // Distributed under the Boost Software License, Version 1.0
4 // (see accompanying file LICENSE_1_0.txt or a copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 // Home at http://www.boost.org/libs/local_function
7
8 #ifndef BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_HPP_
9 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_HPP_
10
11 #include <boost/local_function/aux_/preprocessor/traits/decl_/validate_/this_count.hpp>
12 #include <boost/local_function/aux_/preprocessor/traits/decl_/validate_/return_count.hpp>
13
14 // PUBLIC //
15
16 // Validate params after they have been parsed.
17 #define BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE(decl_traits) \
18 BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_THIS_COUNT( \
19 BOOST_LOCAL_FUNCTION_AUX_PP_DECL_TRAITS_VALIDATE_RETURN_COUNT( \
20 decl_traits \
21 ))
22
23 #endif // #include guard
24