diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /boost/function_types/components.hpp | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'boost/function_types/components.hpp')
-rw-r--r-- | boost/function_types/components.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boost/function_types/components.hpp b/boost/function_types/components.hpp index 53d81b60d..d348682b8 100644 --- a/boost/function_types/components.hpp +++ b/boost/function_types/components.hpp @@ -47,7 +47,6 @@ #include <boost/function_types/config/config.hpp> -#ifndef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION # if BOOST_FT_MAX_ARITY < 10 # include <boost/mpl/vector/vector10.hpp> # elif BOOST_FT_MAX_ARITY < 20 @@ -59,9 +58,6 @@ # elif BOOST_FT_MAX_ARITY < 50 # include <boost/mpl/vector/vector50.hpp> # endif -#else -# include <boost/function_types/detail/classifier.hpp> -#endif #include <boost/function_types/detail/class_transform.hpp> #include <boost/function_types/property_tags.hpp> |