Commit 8687569b authored by Artur Wojcik's avatar Artur Wojcik
Browse files

value

parent d86880d2
...@@ -35,8 +35,8 @@ struct add : binary<add> ...@@ -35,8 +35,8 @@ struct add : binary<add>
{ {
value attributes() const value attributes() const
{ {
auto a = base_attributes(); value a = base_attributes();
a["commutative"] = true; a["commutative"] = value(true);
return a; return a;
} }
std::string point_function() const { return "+"; } 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