Closed ldionne closed 7 years ago
The idea is that vtable policies should be aware of policies that come before them. This way, we can replace
te::vtable< te::local<te::only<decltype("foo"_s)>>, te::remote<te::except<decltype("foo"_s)>> >
by simply
te::vtable< te::local<te::only<decltype("foo"_s)>>, te::remote<te::everything> >
The idea is that vtable policies should be aware of policies that come before them. This way, we can replace
by simply