Commit 7e1bb658 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

update matcher to used_once

parent 6ae4227a
...@@ -194,7 +194,7 @@ struct find_nested_convert ...@@ -194,7 +194,7 @@ struct find_nested_convert
struct find_nested_slice struct find_nested_slice
{ {
auto matcher() const { return match::name("slice")(match::arg(0)(match::name("slice"))); } auto matcher() const { return match::name("slice")(match::arg(0)(match::used_once(), match::name("slice"))); }
using axes_map = std::map<std::size_t, std::pair<std::size_t, std::size_t>>; using axes_map = std::map<std::size_t, std::pair<std::size_t, std::size_t>>;
......
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