Skip to content

Commit 1df745d

Browse files
Add best_fit
1 parent 5252e56 commit 1df745d

File tree

1 file changed

+4
-0
lines changed
  • common/include/pcl/experimental/executor

1 file changed

+4
-0
lines changed

common/include/pcl/experimental/executor/executor.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@
1616
#include <pcl/experimental/executor/trait/can_prefer.hpp>
1717
#include <pcl/experimental/executor/trait/can_query.hpp>
1818
#include <pcl/experimental/executor/trait/can_require.hpp>
19+
20+
namespace executor {
21+
using best_fit = executor::inline_executor<>;
22+
}

0 commit comments

Comments
 (0)