2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-22 16:02:10 +00:00

Remove unhelpful TODOs.

This commit is contained in:
Zach Laine
2016-11-29 23:49:41 -06:00
parent a0913e71d5
commit 53e882212d
3 changed files with 1 additions and 23 deletions

View File

@@ -166,15 +166,4 @@ TEST(user_expression_transform, test_user_expression_transform)
// Note: +10 not done at the top level naxpy opportunity.
EXPECT_EQ(result.value, 55 * 55 + 55);
}
// TODO: This was an error (user:: vs. user_2::). Document for users that
// they should catch an expression in an auto var to diagnose these sorts
// of things.
#if 0
bp17::expression<
bp17::expr_kind::multiplies,
term<user_2::number>,
term<user_2::number>
> expr = a * x;
#endif
}