Boost logo

Boost Users :

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



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net