
6 Sep
2004
6 Sep
'04
12:01 p.m.
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