Archived

This forum has been archived. Please start a new discussion on GitHub.

error in doc for parsing of --Command.Line properties (14.8.3)

The source in the example (pg 309) shows:
props->stringSeqToArgs(args, argc, argv);

but that method doesn't exist on Ice::Properties. The earlier part of this section correctly describes
Ice::stringSeqToArgs(args, argc, argv);

as the correct way to convert back to C-style argc/argv.

Mike

Comments

  • Thanks for the bug report. We'll fix this in the documentation.