]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/function_types/include/boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / function_types / include / boost / function_types / detail / pp_retag_default_cc / preprocessed.hpp
CommitLineData
7c673cae
FG
1
2// (C) Copyright Tobias Schwinger
3//
4// Use modification and distribution are subject to the boost Software License,
5// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7//------------------------------------------------------------------------------
8
9// no include guards, this file is guarded externally
10
11// this file has been generated from the master.hpp file in the same directory
12namespace boost { namespace function_types {
13namespace detail
14{
15template<class Tag, class RefTag> struct selector_bits
16{
17BOOST_STATIC_CONSTANT(bits_t, value = (
18(::boost::function_types::detail::bits<Tag> ::value & 0x00008000)
19| (::boost::function_types::detail::bits<RefTag> ::value & 802)
20));
21};
22template<bits_t SelectorBits> struct default_cc_tag;
23template<class Tag, class RefTag> struct retag_default_cc
24: detail::compound_tag
25< Tag, detail::default_cc_tag<
26::boost::function_types::detail::selector_bits<Tag,RefTag> ::value > >
27{ };
28template<bits_t SelectorBits> struct default_cc_tag
29{
30typedef null_tag::bits bits;
31typedef null_tag::mask mask;
32};
33class test_class;
34typedef constant<0x00ff8000> cc_mask_constant;
35template< > struct default_cc_tag<33282>
36{
37typedef void ( *tester)();
38typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
39typedef cc_mask_constant mask;
40};
41template< > struct default_cc_tag<33026>
42{
43typedef void ( *tester)( ... );
44typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
45typedef cc_mask_constant mask;
46};
47template< > struct default_cc_tag<33312>
48{
49typedef void (test_class:: *tester)();
50typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
51typedef cc_mask_constant mask;
52};
53template< > struct default_cc_tag<33056>
54{
55typedef void (test_class:: *tester)( ... );
56typedef mpl::bitand_<components<tester> ::bits,cc_mask_constant> bits;
57typedef cc_mask_constant mask;
58};
59} } }