diff options
| author | 2016-04-07 17:14:46 -0700 | |
|---|---|---|
| committer | 2016-04-07 17:35:18 -0700 | |
| commit | 7ca18292f1304e9e9a8b05830b8dba17070a410d (patch) | |
| tree | 02d8ce2930d4703180acfba9d2cff8ca6311f006 | |
| parent | 59daf3559d10e36d3ced833e26f1c67b77a5bc85 (diff) | |
There is no GCC 4.6.
Change-Id: I67dc5d8f91043f2a88a90934d1ab83477259a367
| -rw-r--r-- | docs/html/ndk/guides/cpp-support.jd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd index 173af28691b0..0491367f38f4 100644 --- a/docs/html/ndk/guides/cpp-support.jd +++ b/docs/html/ndk/guides/cpp-support.jd @@ -213,9 +213,6 @@ doesn't support. Switching locale from the default produces the following warnin newlocale() WARNING: Trying to set locale to en_US.UTF-8 other than "", "C" or "POSIX" </pre> -<p>We do not recommend using {@code libc++} with GCC 4.6 because of GCC 4.6's limited c++11 -support.</p> - <h2 id="ic">Important Considerations</h2> |