We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7227efc commit b464a78Copy full SHA for b464a78
simulation/traffic_simulator/include/traffic_simulator/data_type/route_option.hpp
@@ -15,11 +15,17 @@
15
#ifndef TRAFFIC_SIMULATOR__DATA_TYPE__ROUTE_OPTION_HPP_
16
#define TRAFFIC_SIMULATOR__DATA_TYPE__ROUTE_OPTION_HPP_
17
18
-namespace traffic_simulator::inline route_option::inline v1
+namespace traffic_simulator
19
+{
20
+inline namespace route_option
21
22
+inline namespace v1
23
{
24
struct RouteOption
25
26
bool allow_goal_modification = false;
27
};
-} // namespace traffic_simulator::inline route_option::inline v1
28
+} // namespace v1
29
+} // namespace route_option
30
+} // namespace traffic_simulator
31
#endif // TRAFFIC_SIMULATOR__DATA_TYPE__ROUTE_OPTION_HPP_
0 commit comments