$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-10-17 14:28:10
Vladimir Prus wrote:
> Speaking up: there are two failures of program_options on borland,
> and I
> have no idea what's borland that is, how to get it, and what the
> failure is about.
Borland's Turbo C++ is now a free download from somewhere or other.
But... making the two overloads of variable_value::as class-inline fixes the
problem, evidently the compiler doesn't instantiate template member
functions otherwise :-(
John.