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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user