Remove typename prefix from non-dependent type alias
I think VS is predantic but actually right here. References: - http://eel.is/c++draft/namespace.udecl#19
This commit is contained in:
@@ -39,7 +39,7 @@ namespace osrm
|
||||
namespace storage
|
||||
{
|
||||
|
||||
using RTreeLeaf = typename engine::datafacade::BaseDataFacade::RTreeLeaf;
|
||||
using RTreeLeaf = engine::datafacade::BaseDataFacade::RTreeLeaf;
|
||||
using RTreeNode =
|
||||
util::StaticRTree<RTreeLeaf, util::ShM<util::Coordinate, true>::vector, true>::TreeNode;
|
||||
using QueryGraph = util::StaticGraph<contractor::QueryEdge::EdgeData>;
|
||||
|
||||
Reference in New Issue
Block a user