Boost logo

Boost Users :

From: Chris Little (cslittle_at_[hidden])
Date: 2004-11-22 09:47:49


on 11/22/04 8:02 AM, Howard Hinnant at hinnant_at_[hidden] wrote:

>
>> Error : undefined identifier 'std::size_t'
>> (included from:
>> cwchar:8
>> localeimp:18
>> istream:147
>> niostream:17
>> iostream:33
>> hello.cpp:12)
>> wchar.h line 25 using std::size_t;
>
> This is picking up:
>
> ...\boost\compatibility\cpp_c_headers\cwchar
>
> instead of:
>
> ...\MSL\MSL_C\MSL_Common\Include\cwchar
>
> So it looks like an access path problem. Try putting your boost path
> in your system paths, and after the MSL path.
>
> Hope this time I'm a little more helpful.
>

A better option is to turn off searching sub-directories for the boost
directory by removing the folder icon on the Access Paths project pane.
Since all of the boost headers use boost/??? CW won't find boost header
files that have the same name as the MSL ones.

Chris


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