$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Program Options and utf8_codecvt_facet.hpp
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-06-10 15:14:38
John Dlugosz wrote:
> The Program Options library source includes the common utf8_codecvt_facet stuff. But, I don't see
> any use of it. Why is it in this lib/dll?
Because it's actually used -- see convert.cpp
- Volodya