diff options
Diffstat (limited to 'src/astar.hpp')
-rw-r--r-- | src/astar.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/astar.hpp b/src/astar.hpp index 78e5b070..bc2ecd6f 100644 --- a/src/astar.hpp +++ b/src/astar.hpp @@ -47,7 +47,6 @@ public: }; using pred = path_search::pred; - template<typename T> using bbox = path_search::bbox<T>; fm_DECLARE_DELETED_COPY_ASSIGNMENT(astar); |