$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Program Options documentation is anaemic
From: David Demelier (markand_at_[hidden])
Date: 2018-11-20 10:03:23
Hello,
Reading the type_value documentation from Boost Program options feels like:
typed_value * composing();
Specifies that the value is composing. See the 'is_composing'
method for explanation.
And the documentation of is_composing:
bool is_composing() const;
Not sure if I know more what this function is supposed to do now.
Also, I think this module/documentation should take a s/method/function/g.
What's your thoughts on this?
Regards,
-- David