Thread overview
[bug] dmc.8.48.2 boost-1.33.1 failure libs/smart_ptr/test/shared_ptr_test.cpp && libs/smart_ptr/test/weak_ptr_test.cpp
Apr 03, 2006
Arjan
Apr 03, 2006
Arjan
Apr 03, 2006
Walter Bright
April 03, 2006
error: stlport\stlport\stl\debug\_vector.h(265) : Error: undefined identifier 'size'

Attached patch solves this issue.
apply to: stlport\stlport\stl\debug\_vector.h


Arjan


April 03, 2006
Arjan wrote:
> error: stlport\stlport\stl\debug\_vector.h(265) : Error: undefined identifier 'size'
> 
> Attached patch solves this issue.
> apply to: stlport\stlport\stl\debug\_vector.h
> 
> 
> Arjan
> 
> 

Newer versions of stlport seems to have it fixed this way:



April 03, 2006
Thanks, Arjan. This is good stuff. How are we doing with Boost?