Closed mooskagh closed 1 year ago
This is a part of the uci info refactoring in my https://github.com/mooskagh/lc0/tree/json branch.
uci info
Changes:
To allow forward references, all nested messages and enum are now in global scope, and parent classes have using directives, just like in Google protobuf compiled files.
using
This is a part of the
uci info
refactoring in my https://github.com/mooskagh/lc0/tree/json branch.Changes:
To allow forward references, all nested messages and enum are now in global scope, and parent classes have
using
directives, just like in Google protobuf compiled files.