Make gcc 4.8 happy and disable protected because of lambdas
This commit is contained in:
@@ -68,7 +68,8 @@ class TableAPI final : public BaseAPI
|
||||
response.values["code"] = "ok";
|
||||
}
|
||||
|
||||
protected:
|
||||
// FIXME gcc 4.8 doesn't support for lambdas to call protected member functions
|
||||
// protected:
|
||||
virtual util::json::Array MakeWaypoints(const std::vector<PhantomNode> &phantoms) const
|
||||
{
|
||||
util::json::Array json_waypoints;
|
||||
|
||||
Reference in New Issue
Block a user