2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-26 05:12:13 +00:00

Remove resolved TODO.

This commit is contained in:
Zach Laine
2016-11-30 21:24:24 -06:00
parent 31d3ea7eb3
commit 58bb5f4c7e

View File

@@ -181,11 +181,6 @@ namespace boost::proto17 {
// free_binary_op_result
// TODO: Must is_expr<> below be an ExprTemplate instantiation?
// Without that, we potentially have one kind of expression template
// making another one when a non-expr value appears of the lhs of one
// of its binary ops.
template <
template <expr_kind, class> class ExprTemplate,
expr_kind OpKind,