Merge branch 'upstream-taotuple'

* upstream-taotuple:
  taotuple 2019-10-08 (0d1e4dfd)
This commit is contained in:
Robert Maynard 2019-10-08 11:13:51 -04:00
commit 1b08521fab

@ -43,11 +43,13 @@ namespace vtkmstd
using simple_tuple::get;
using simple_tuple::make_tuple;
using simple_tuple::tuple;
using simple_tuple::tuple_element;
using simple_tuple::tuple_size;
#else
using tao::get;
using tao::make_tuple;
using tao::tuple;
using tao::tuple_element;
using tao::tuple_size;
#endif