Switch to boost::variant2

boost::variant only supports up to 20 types (MPL limit). boost::variant2
has no such limit; switch to it.
This commit is contained in:
anrp 2022-03-23 14:41:39 -04:00 committed by bernat
parent 66d29be1a1
commit 8ea7afce51
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
* Fixed bug causing the Traffic Manager to not be deterministic when using hybrid mode
* Added `NormalsSensor`, a new sensor with normals information
* Added support for N wheeled vehicles
* Added support for new batch commands ConsoleCommand, ApplyLocation (to actor), SetTrafficLightState
* Switch to boost::variant2 for rpc::Command as that allows more than 20 RPC commands
## CARLA 0.9.13