]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/phoenix/core/detail/cpp03/function_eval.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / phoenix / core / detail / cpp03 / function_eval.hpp
index 95e3a30c4252d59b2b4131c873ba6e55100ed1f9..855083da611cfe6af3e27a9cbdb3144aec0318ab 100644 (file)
                 typedef typename
                     boost::result_of<fn(BOOST_PHOENIX_a)>::type
                     type;
-                /*
-                typedef typename
-                    mpl::eval_if_c<
-                        has_phx2_result<
-                            fn
-                          , BOOST_PP_ENUM(BOOST_PHOENIX_ITERATION, M0, _)
-                        >::value
-                      , boost::result_of<
-                            fn(
-                                BOOST_PHOENIX_a
-                            )
-                        >
-                      , phx2_result<
-                            fn
-                          , BOOST_PHOENIX_a
-                        >
-                    >::type
-                    type;
-                */
             };
 
             template <typename F, BOOST_PHOENIX_typename_A, typename Context>