Searched refs:BOOST_FUNCTION_RETURN (Results 1 – 1 of 1) sorted by relevance
81 # define BOOST_FUNCTION_RETURN(X) X macro84 # define BOOST_FUNCTION_RETURN(X) X; return BOOST_FUNCTION_VOID_RETURN_TYPE () macro118 BOOST_FUNCTION_RETURN(f(BOOST_FUNCTION_ARGS)); in invoke()159 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()194 BOOST_FUNCTION_RETURN((*f)(BOOST_FUNCTION_ARGS)); in invoke()231 BOOST_FUNCTION_RETURN(boost::mem_fn(*f)(BOOST_FUNCTION_ARGS)); in invoke()1174 #undef BOOST_FUNCTION_RETURN