cc_tag.hpp 476 B

1234567891011121314151617
  1. // (C) Copyright Tobias Schwinger
  2. //
  3. // Use modification and distribution are subject to the boost Software License,
  4. // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
  5. //------------------------------------------------------------------------------
  6. // no include guards, this file is intended for multiple inclusions
  7. struct BOOST_FT_cc_name
  8. {
  9. typedef detail::encode_bits<0,BOOST_FT_cc_id> bits;
  10. typedef detail::constant<BOOST_FT_cc_mask> mask;
  11. };