[[deprecated("uavcan.node.ExecuteCommand.Request.1.0 is reaching the end of its life; there may be a newer version available"))]]
causes this error
uavcan/node/port/ServiceIDList_0_1.hpp:128:123: error: expected ‘]’ before ‘)’ token
128 | [[deprecated("uavcan.node.port.ServiceIDList.0.1 is reaching the end of its life; there may be a newer version available"))]]
should be instead
-[[deprecated("uavcan.node.ExecuteCommand.Request.1.0 is reaching the end of its life; there may be a newer version available"))]]
+[[deprecated("uavcan.node.ExecuteCommand.Request.1.0 is reaching the end of its life; there may be a newer version available")]]
Now:
causes this error
should be instead