$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-06 07:01:52
Hi Llew,
> In <boost/program_options/detail/config_file.hpp>
>
> why is BOOST_WORKAROUND used (line 19)
> before the inclusion of
> #include <boost/detail/workaround.hpp>?
For no good reason. I think <boost/detail/workaround.hpp> is already
transitively included via other other headers by the time I use
BOOST_WORKAROUND, but I've moved the #include to the proper place anyway.
Thanks,
Volodya