summaryrefslogtreecommitdiff
path: root/src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp')
-rw-r--r--src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp b/src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp
deleted file mode 100644
index 81f1d89e743..00000000000
--- a/src/third_party/boost-1.56.0/boost/function_types/detail/pp_tags/cc_tag.hpp
+++ /dev/null
@@ -1,17 +0,0 @@
-
-// (C) Copyright Tobias Schwinger
-//
-// Use modification and distribution are subject to the boost Software License,
-// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
-
-//------------------------------------------------------------------------------
-
-// no include guards, this file is intended for multiple inclusions
-
- struct BOOST_FT_cc_name
- {
- typedef detail::encode_bits<0,BOOST_FT_cc_id> bits;
- typedef detail::constant<BOOST_FT_cc_mask> mask;
- };
-
-