diff --git a/include/boost/fusion/view/nview/nview.hpp b/include/boost/fusion/view/nview/nview.hpp index fe8d35cf..bfb81976 100644 --- a/include/boost/fusion/view/nview/nview.hpp +++ b/include/boost/fusion/view/nview/nview.hpp @@ -57,6 +57,13 @@ namespace boost { namespace fusion { return x; } + + template + typename boost::result_of::type + operator()(T const& x) const + { + return x; + } }; }