Skip to content

Commit 4c32281

Browse files
authored
Exporting changed graph_build_params namespace into all_neighbors (#1060)
Fix to make #949 a non-breaking change. Authors: - Jinsol Park (https://github.com/jinsolp) Approvers: - Divye Gala (https://github.com/divyegala) URL: #1060
1 parent 88bf26a commit 4c32281

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/include/cuvs/neighbors/all_neighbors.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
#include <variant>
2424

2525
namespace cuvs::neighbors::all_neighbors {
26+
// For re-exporting into all_neighbors namespace
27+
namespace graph_build_params = cuvs::neighbors::graph_build_params;
2628
/**
2729
* @defgroup all_neighbors_cpp_params The all-neighbors algorithm parameters.
2830
* @{

0 commit comments

Comments
 (0)