[ovs-dev] [PATCHv3 2/4] ovsdb-idl: Avoid mutable type specifier.

Ben Pfaff blp at ovn.org
Fri Aug 11 18:40:00 UTC 2017


On Fri, Aug 11, 2017 at 11:06:45AM -0700, Joe Stringer wrote:
> In C++, 'mutable' is a keyword. If this is used as the name for a field,
> then C++ compilers can get confused about the context and fail to
> compile references to such fields. Rename the field to 'is_mutable' to
> avoid this issue.
> 
> Signed-off-by: Joe Stringer <joe at ovn.org>
> ---
> v3: Rename to 'is_mutable'.
> v2: Rebase.

Acked-by: Ben Pfaff <blp at ovn.org>


More information about the dev mailing list