Publishing R3
[platform/upstream/dldt.git] / inference-engine / thirdparty / clDNN / common / boost / 1.64.0 / include / boost-1_64 / boost / function_types / detail / pp_tags / cc_tag.hpp
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 intended for multiple inclusions
10
11   struct BOOST_FT_cc_name
12   {
13     typedef detail::encode_bits<0,BOOST_FT_cc_id> bits;
14     typedef detail::constant<BOOST_FT_cc_mask> mask;
15   };
16
17