Changes between Initial Version and Version 2 of Ticket #536


Ignore:
Timestamp:
Mar 26, 2017, 1:11:50 PM (7 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #536

    • Property Keywords cpp11 added
  • Ticket #536 – Description

    initial v2  
    11when croscompiling for android I get plenty of 'auto_ptr' is deprecated. here an example:
    22
     3{{{
    34libtool: compile:  arm-linux-androideabi-g++ -DHAVE_CONFIG_H -I. -I../../../src/geom -I../../include -I../../include/geos -I../../../include -DGEOS_INLINE -pedantic -Wall -ansi -Wno-long-long -ffloat-store -DANDROID=ON -Wno-psabi -O2 -mthumb -std=gnu++0x -MT MultiLineString.lo -MD -MP -MF .deps/MultiLineString.Tpo -c ../../../src/geom/MultiLineString.cpp  -fPIC -DPIC -o .libs/MultiLineString.o
    45In file included from ../../../src/geom/LineString.cpp:32:
     
    1011../../../src/geom/LineString.cpp:97: warning: 'auto_ptr' is deprecated (declared at /home/marco/dev/necessitas/android-9-standalonetoolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/include/c++/4.4.3/backward/auto_ptr.h:86)
    1112mv -f .deps/Geometry.Tpo .deps/Geometry.Plo
     13}}}
    1214
    13 here a pointer:
    14 [http://stackoverflow.com/questions/2404115/is-auto-ptr-deprecated]
     15here a pointer: [http://stackoverflow.com/questions/2404115/is-auto-ptr-deprecated]