It would be very handy if the available tools were listed in the
output of --help. Is this something that might make it into a future
release? Did I overlook it?The only place I've seen such a list is in
the online docs.
Thanks,
Matt
On Thu, May 27, 2010 at 8:17 AM, Bjoern Doebel
wrote:
> With a bit guesswork: reading from a file in general (and thus also
> from std input) is undefined behavior as input will only be delivered
> to one thread and you won't be able to control which one.
That's wrong, the two different threads
On Thu, May 27, 2010 at 4:29 AM, Jorge Moraleda
wrote:
>
> Dear all,
>
> Am I doing something wrong, or is is there a race condition somewhere
> in std::istringstream and/or std::getline?
>
> (Bart, Konstantin, this ended up being the error that I've been trying
> to track down for a while and tha