Skip to content

Commit

Permalink
fixing windows build refs #3, #12335
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre committed Apr 2, 2024
1 parent 262ffa7 commit 49205a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/utils/common/SUMOVehicleClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@ enum class SUMOVehicleShape {
* @arg [7] Transport Truck
* @arg [8] Bicycle
* @arg [9] Pedestrian
*
* enum type decleration to work around visual studio non-compliance
* see https://gist.github.com/NTimmons/a7229b1dacf8280be2292ebd6b2b8b5d#file-enum-h
*/
enum SUMOVehicleClass {
enum SUMOVehicleClass : int64_t {
/// @brief vehicles ignoring classes
SVC_IGNORING = 0,

Expand Down

0 comments on commit 49205a5

Please sign in to comment.