xo-reader2 stack: top-level lambda w/ apply parses
This commit is contained in:
parent
9f4a40347f
commit
dc36150346
1 changed files with 3 additions and 3 deletions
|
|
@ -57,9 +57,9 @@ public:
|
|||
{% endif %}
|
||||
|
||||
// explicit injected content
|
||||
{% for c in router_facet_explicit_content %}
|
||||
{{c}}
|
||||
{% endif %}
|
||||
{% for content in router_facet_explicit_content %}
|
||||
{{content}}
|
||||
{% endfor %}
|
||||
|
||||
// builtin methods
|
||||
typeseq _typeseq() const noexcept { return O::iface()->_typeseq(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue