Fix formatting
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
namespace osrm::util::guidance
|
||||
{
|
||||
class BearingClass;
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
namespace std
|
||||
{
|
||||
@@ -54,7 +54,7 @@ class BearingClass
|
||||
friend std::size_t std::hash<BearingClass>::operator()(const BearingClass &) const;
|
||||
};
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
// make Bearing Class hasbable
|
||||
namespace std
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
namespace osrm::util::guidance
|
||||
{
|
||||
class EntryClass;
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
namespace std
|
||||
{
|
||||
@@ -63,7 +63,7 @@ static_assert(std::is_trivially_copyable<EntryClass>::value,
|
||||
"requires trivially copyable type");
|
||||
#endif
|
||||
|
||||
} // namespace util
|
||||
} // namespace util::guidance
|
||||
|
||||
constexpr const util::guidance::EntryClass EMPTY_ENTRY_CLASS{};
|
||||
} // namespace osrm
|
||||
|
||||
@@ -236,6 +236,6 @@ inline bool requiresNameAnnounced(const NameID from_name_id,
|
||||
suffix_table);
|
||||
}
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
#endif /* OSRM_UTIL_GUIDANCE_NAME_ANNOUNCEMENT_HPP_ */
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace osrm::util::guidance
|
||||
{
|
||||
class LaneTuple;
|
||||
class LaneTupleIdPair;
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
namespace std
|
||||
{
|
||||
@@ -90,6 +90,6 @@ class LaneTupleIdPair
|
||||
|
||||
using LaneDataIdMap = ConcurrentIDMap<LaneTupleIdPair, LaneDataID, boost::hash<LaneTupleIdPair>>;
|
||||
|
||||
} // namespace osrm
|
||||
} // namespace osrm::util::guidance
|
||||
|
||||
#endif /* OSRM_UTIL_GUIDANCE_TURN_LANES_HPP */
|
||||
|
||||
Reference in New Issue
Block a user