aboutsummaryrefslogtreecommitdiff
path: root/README.android
blob: 4911c3c07e6630815948b945192f656ae6e37c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Code obtained from
------------------

https://re2.googlecode.com/files/re2-20130115.tgz

Version
-------

re2-20130115.tgz

Changes required to build using stlport on Android as follows (full diff)
-------------------------------------------------------------------------
util/util.h:

44,53c44
< #if defined(ANDROID)
< 
< #if defined(_STLPORT_VERSION)
< #include <unordered_set>      // using stlport
< #else
< #include <tr1/unordered_set>  // using gnustl
< #endif
< using std::tr1::unordered_set;
<  
< #elif defined(__GNUC__) && !defined(USE_CXX0X)
---
> #if defined(__GNUC__) && !defined(USE_CXX0X)