diff options
| -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> |