Minor fix for compilation error on HIP.

This commit is contained in:
Rohit Santhanam 2021-09-12 14:06:58 +00:00
parent 2e31570c16
commit a751225845

View File

@ -39,7 +39,7 @@ using std::tie;
using tuple_impl::tuple; using tuple_impl::tuple;
using tuple_impl::get; using tuple_impl::get;
using tuple_impl::make_tuple; using tuple_impl::make_tuple;
using using tuple_impl::tie;
#endif #endif
#undef EIGEN_USE_CUSTOM_TUPLE #undef EIGEN_USE_CUSTOM_TUPLE
} // namespace test_detail } // namespace test_detail