Skip to content

Commit 36339c8

Browse files
committed
add issue to docs
1 parent b0ff258 commit 36339c8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/include/cuvs/neighbors/common.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@ constexpr static IdxT kInvalidRecord =
690690
* @tparam ValueT The data element type (e.g., uint8_t for PQ codes, float for raw vectors)
691691
* @tparam IdxT The index type for source indices
692692
* @tparam SizeT The size type
693+
*
694+
* TODO: Make this struct internal (tracking issue: https://github.com/rapidsai/cuvs/issues/1726)
693695
*/
694696
template <typename ValueT, typename IdxT, typename SizeT = uint32_t>
695697
struct list_base {

0 commit comments

Comments
 (0)