$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Unicode support in boost?
From: code (b4code_at_[hidden])
Date: 2011-09-07 18:37:26
Hi Vicente,
Thank you for the reply.
When I took a look at codes under "thread', I found there are some places where
BOOST_NO_ANSI_APIS is related
( for example in once.hpp )
#ifdef BOOST_NO_ANSI_APIS
typedef wchar_t once_char_type
#else
typedef char once_char_type
#endif