mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Minor fix for compilation error on HIP.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user