Re: [ovs-dev] [PATCHv3 0/4] Improve C++ support for OVSDB IDL.

2017-08-15 Thread Joe Stringer
On 11 August 2017 at 11:06, Joe Stringer wrote: > In the OVSDB IDL, we use C++ keywords such as "new", "mutable", "class" > for variable and field names. This series updates these names so that > they don't conflict with the C++ keywords, which should improve the > ability to use the IDL from C++

[ovs-dev] [PATCHv3 0/4] Improve C++ support for OVSDB IDL.

2017-08-11 Thread Joe Stringer
In the OVSDB IDL, we use C++ keywords such as "new", "mutable", "class" for variable and field names. This series updates these names so that they don't conflict with the C++ keywords, which should improve the ability to use the IDL from C++ code. This series focuses primarily on code that exists i