Re: auto_ptr not recognised in smartphone project
- From: Ulrich Eckhardt <eckhardt@xxxxxxxxxxxxxx>
- Date: Fri, 09 Nov 2007 13:57:01 +0100
tech1 wrote:
auto_ptr<int> p(new int);
It compiles fine for PPC but i get the following error for Smartphone
why?
error C2065: 'auto_ptr' : undeclared identifier
#include <memory> ?
std::auto_ptr<> ?
If both don't work, the problem is the crippled C++ implementation that
comes for CE, but this can be helped by replacing the standardlibrary with
e.g. STLport (free) or Dinkumware's ($$$).
Uli
.
- Follow-Ups:
- References:
- auto_ptr not recognised in smartphone project
- From: tech1
- auto_ptr not recognised in smartphone project
- Prev by Date: auto_ptr not recognised in smartphone project
- Next by Date: Winsock send() from Multiple Threads Question
- Previous by thread: auto_ptr not recognised in smartphone project
- Next by thread: Re: auto_ptr not recognised in smartphone project
- Index(es):
Relevant Pages
|