提交 3be94ba9 编写于 作者: Y Yajia Zhang 提交者: Kecheng Xu

planning: disable using in obstacle.h

上级 ea4ae82a
......@@ -36,11 +36,8 @@
namespace apollo {
namespace planning {
//TODO (all): disable "using" in header file.
class Obstacle;
using Obstacles = IndexedList<std::string, Obstacle>;
class Obstacle;
using ConstObstacleList = std::vector<const Obstacle *>;
using IndexedObstacles = IndexedList<std::string, Obstacle>;
class Obstacle {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册