VTY: Initialize fields of struct cmd_element in order of declaration (details)
Commit
8d6294a0312dd7b4aac9f7eb98474a246e970ee6
by Andreas Eversberg
VTY: Initialize fields of struct cmd_element in order of declaration
gpp requires designated initialisers to be initialized in the order their fields were declared. With this patch it is possible to include VTY's command.h within C++ code.