axsann / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Support Clang and libc++ for Android build #260

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of r439, Mozc for Android is using STLPort by default.  However, dependency 
on STLPort is a blocker to enable C++11 library features, e.g., Issue 242, 
which requires std::unique_ptr support.  We need to switch to up-to-date C++ 
STL library.

One possible solution would be switching to GNU libstdc++, but probably we may 
prefer libc++ with Clang, which is released under more permissive licenses (the 
MIT license and the UIUC License).

Original issue reported on code.google.com by yukawa@google.com on 13 Dec 2014 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 13 Dec 2014 at 6:07

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 13 Dec 2014 at 6:08

GoogleCodeExporter commented 9 years ago

Original comment by yukawa@google.com on 13 Dec 2014 at 6:08

GoogleCodeExporter commented 9 years ago
Correction: This issue is a blocker of Issue 219, not Issue 242.

Original comment by yukawa@google.com on 13 Dec 2014 at 6:10

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r440.

Original comment by yukawa@google.com on 13 Dec 2014 at 6:20