Commit 1f7bb7d2 authored by Dominik Charousset's avatar Dominik Charousset Committed by Dominik Charousset

Use less intrusive ADL-hack for testing DSL

parent 7c54c614
......@@ -93,11 +93,11 @@ struct has_outer_type {
// enables ADL in `with_content`
template <class T, class U>
T get(const U&);
T get(const has_outer_type<U>&);
// enables ADL in `with_content`
template <class T, class U>
bool is(const U&);
bool is(const has_outer_type<U>&);
template <class Tup>
class elementwise_compare_inspector {
......
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