Commit 088fbf7a authored by Artur Wojcik's avatar Artur Wojcik
Browse files

value

parent 4097ce60
......@@ -35,8 +35,8 @@ struct add : binary<add>
{
value attributes() const
{
auto a = base_attributes();
a["commutative"] = true;
value a = base_attributes();
a["commutative"] = value(true);
return a;
}
std::string point_function() const { return "+"; }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment