This commit is contained in:
2025-02-18 19:00:59 +01:00
parent 044b12cdec
commit d924685e0c

View File

@@ -33,7 +33,7 @@ struct MessageInterfaceBuilder {
// add write id functionality if write id and write was provided
using Base7 = typename MessageInterfaceProcessWriteId<Base6, ParsedOptions::HasWriteId && ParsedOptions::HasWriteOperations>::Type;
// The last Base6 must be taken as final type.
// The last Base7 must be taken as final type.
using Type = Base7;
};