$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Program Options] terminate parsing after first positional argument
From: Vladimir Prus (ghost_at_[hidden])
Date: 2012-07-06 00:52:42
On 06.07.2012 04:25, Evan Driscoll wrote:
> One more post to this thread for now then I'm done for a bit. :-)
>
> I implemented both versions (allow_interspersed and disallow_interspersed) with a test. Patches for each are now up at the issue tracker.
> https://svn.boost.org/trac/boost/ticket/6991
Evan,
I was thinking about option called allow_interspersed with a default value of '1' -- so that you'd have to remove
it from default style if you don't want it. Does this seem reasonable? I really would not like backward-incompatible
changes.
- Volodya