summaryrefslogtreecommitdiff
path: root/boost/proto/context/detail/default_eval.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/proto/context/detail/default_eval.hpp')
-rw-r--r--boost/proto/context/detail/default_eval.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/proto/context/detail/default_eval.hpp b/boost/proto/context/detail/default_eval.hpp
index b875c9f62c..4114f92943 100644
--- a/boost/proto/context/detail/default_eval.hpp
+++ b/boost/proto/context/detail/default_eval.hpp
@@ -71,7 +71,7 @@
BOOST_PROTO_USE_GET_POINTER();
typedef typename detail::classtypeof<function_type>::type class_type;
return (
- BOOST_PROTO_GET_POINTER(class_type, BOOST_PROTO_DEFAULT_EVAL(~, 1, expr)) ->*
+ BOOST_PROTO_GET_POINTER(class_type, (BOOST_PROTO_DEFAULT_EVAL(~, 1, expr))) ->*
BOOST_PROTO_DEFAULT_EVAL(~, 0, expr)
)(BOOST_PP_ENUM(BOOST_PP_SUB(N, 2), BOOST_PROTO_DEFAULT_EVAL_SHIFTED, expr));
}