$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-05-27 11:30:27
Mei, Longyu wrote:
> I was told there was a symbol, BOOST_FILESYSTEM_NARROW_ONLY, defined in
> boost 1.35. I am wondering can I use it to turn off the wide char
> support in boost and make boost passing build under Cygwin?
I don't know.
> If yes, how to do that?
bjam define=BOOST_FILESYSTEM_NARROW_ONLY
or
bjam define=BOOST_FILESYSTEM_NARROW_ONLY=1
depending on whether the macro has to be define, or defined to non-zero
value.
BTW, please don't ask questions by replying to unrelated email; write a new
email instead.
- Volodya