Commit 13251b94 authored by Paul's avatar Paul
Browse files

Formatting

parent 07a41402
...@@ -64,12 +64,8 @@ struct minus_op ...@@ -64,12 +64,8 @@ struct minus_op
struct id_target struct id_target
{ {
std::string name() const std::string name() const { return "id"; }
{ void apply(rtg::program&) const {}
return "id";
}
void apply(rtg::program&) const
{}
}; };
void literal_test1() void literal_test1()
......
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