$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2005-02-07 16:57:22
Because the Sun C library doesn't support some of the wide-character
formatting routines, older versions of gcc were not including full
wide character support in libstdc++ (which caused
BOOST_NO_INTRINSIC_WCHAR_T to be defined). This bug is fixed in gcc
3.4.x.
See (among others):
http://gcc.gnu.org/ml/gcc-help/2003-12/msg00014.html
-- Caleb Epstein caleb dot epstein at gmail dot com