@@ -117,19 +117,19 @@ class owning_impl : public index_impl<IdxT> {
117117 owning_impl (const owning_impl&) = delete ;
118118 owning_impl& operator =(const owning_impl&) = delete ;
119119
120- raft::device_mdspan<float , pq_centers_extents, raft::row_major> pq_centers () noexcept override ;
120+ raft::device_mdspan<float , pq_centers_extents, raft::row_major> pq_centers () override ;
121121 raft::device_mdspan<const float , pq_centers_extents, raft::row_major> pq_centers ()
122122 const noexcept override ;
123123
124- raft::device_matrix_view<float , uint32_t , raft::row_major> centers () noexcept override ;
124+ raft::device_matrix_view<float , uint32_t , raft::row_major> centers () override ;
125125 raft::device_matrix_view<const float , uint32_t , raft::row_major> centers ()
126126 const noexcept override ;
127127
128- raft::device_matrix_view<float , uint32_t , raft::row_major> centers_rot () noexcept override ;
128+ raft::device_matrix_view<float , uint32_t , raft::row_major> centers_rot () override ;
129129 raft::device_matrix_view<const float , uint32_t , raft::row_major> centers_rot ()
130130 const noexcept override ;
131131
132- raft::device_matrix_view<float , uint32_t , raft::row_major> rotation_matrix () noexcept override ;
132+ raft::device_matrix_view<float , uint32_t , raft::row_major> rotation_matrix () override ;
133133 raft::device_matrix_view<const float , uint32_t , raft::row_major> rotation_matrix ()
134134 const noexcept override ;
135135
@@ -170,11 +170,11 @@ class view_impl : public index_impl<IdxT> {
170170 raft::device_matrix_view<const float , uint32_t , raft::row_major> centers ()
171171 const noexcept override ;
172172
173- raft::device_matrix_view<float , uint32_t , raft::row_major> centers_rot () noexcept override ;
173+ raft::device_matrix_view<float , uint32_t , raft::row_major> centers_rot () override ;
174174 raft::device_matrix_view<const float , uint32_t , raft::row_major> centers_rot ()
175175 const noexcept override ;
176176
177- raft::device_matrix_view<float , uint32_t , raft::row_major> rotation_matrix () noexcept override ;
177+ raft::device_matrix_view<float , uint32_t , raft::row_major> rotation_matrix () override ;
178178 raft::device_matrix_view<const float , uint32_t , raft::row_major> rotation_matrix ()
179179 const noexcept override ;
180180
0 commit comments