$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] utf8_codecvt_facet.cpp
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-06-10 15:18:40
John Dlugosz wrote:
> Why does the common file utf8_codecvt_facet.cpp include utf8_codecvt_facet.hpp =before= including
> boost/config.hpp?
>
> The wrapper boost_1_43_0\libs\program_options\src\utf8_codecvt_facet.cpp must itself include
> config first or it won't work.
Could you be more precise? Which config, and why it won't work? The above file includes
boost/program_options/config.hpp, which is a different file from boost/config.hpp
- Volodya