[Cppunit-devel] Compiling CPP Unit with STL Port
Brought to you by:
blep
From: Richard M. <Ric...@Co...> - 2002-10-30 22:37:40
|
I am trying to compile CPP Unit with STL Port 4.0. It is getting confused on which strstream to use. The following failures occur when compiling the cppunit project. RepeatedTest.cpp ..\..\include\cppunit/Portability.h(60) : error C2039: 'ostringstream' : is not a member of '_STL' ..\..\include\cppunit/Portability.h(61) : error C2504: 'ostringstream' : base class undefined Any suggestions?? |