$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-18 08:03:30
John Maddock wrote:
> The following patch clears the failures with the Borland compiler for the
> program options lib. Is this OK to commit or was there a specific reason
> why those functions were declared outside the class body? It shouldn't
> make any difference either which way, but you never know :-)
Looks fine, thanks for fixing this!
> While we're at it: the test program convert_test.cpp appears not to build
> with any compiler, and isn't currently being built by our test matrix?
It's not built by our test matrix because I think it requires human to
decide if the output is correct. I'll see if it still builds.
- Volodya