History log of /external/stlport/stlport/stl/pointers/_tools.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
faef1da288ee83a45efa906fa517b4bd93d274f6 22-Dec-2012 Andrew Hsieh <andrewhsieh@google.com> Fix a STLport-related crash.

See 37b00fcfc3a53bdef5fe7c9c3dba0fd0f26ad298

Change-Id: I0744d8a7508bc4760d277ac55707e67126de1581
/external/stlport/stlport/stl/pointers/_tools.h
bcb5224786d259d176683326d4cad2488493afcf 09-May-2012 David 'Digit' Turner <digit@google.com> Back-port NDK STLport template fix.

This is a back-port of NDK patch afba0d11e83793cb472bef0fafba207857875239

Avoid instantiating the pointed-to type in _StorageType

_StorageType<_Tp*> instantiates _Tp to perform argument dependent lookup of
_UseVoidPtrStorageType. This is (a) unneeded, and (b) will result in a
compilation failure if instantiation of _Tp references other fields of
_StorageType<_Tp*> (which is incomplete at this time).

This change references the function by its fully-qualified name, thus disabling
argument dependent lookup.

Upstream bug:
https://sourceforge.net/tracker/index.php?func=detail&aid=3497008&group_id=146814&atid=766244

Change-Id: Ic097ad0e413d9f82cbcd5de4379f5a39e395501f
/external/stlport/stlport/stl/pointers/_tools.h
e46c9386c4f79aa40185f79a19fc5b2a7ef528b3 08-Feb-2010 Patrick Scott <phanna@android.com> Update STLPort and compile the library

Turn on most features of stl and compile the source for streams.
/external/stlport/stlport/stl/pointers/_tools.h