-
Notifications
You must be signed in to change notification settings - Fork 126
Deprecate the STLPort support #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate the STLPort support #366
Conversation
release_build_files/readme.md
Outdated
@@ -571,13 +571,10 @@ code. | |||
|
|||
## Release Notes | |||
|
|||
### 7.3.0 | |||
### 7.2.0 | |||
- Changes | |||
- General (Android): the STLPort support is deprecated and will be removed | |||
in the next major release. Please [use libc++ instead](https://developer.android.com/ndk/guides/cpp-support#cs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Support for the STLPort STL variant is deprecated..."
Also wrap to 80 (put the link on the next line)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just copy the warning text exactly, I like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just copy the warning text exactly, I like that.
Done.
Put the whole URL on the next line -- I'm not sure if splitting the markdown element in two could break the formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking wrapping it like this:
- General (Android): the STLPort support is deprecated and will be removed
in the next major release. Please
use libc++ instead.
release_build_files/readme.md
Outdated
@@ -571,13 +571,10 @@ code. | |||
|
|||
## Release Notes | |||
|
|||
### 7.3.0 | |||
### 7.2.0 | |||
- Changes | |||
- General (Android): the STLPort support is deprecated and will be removed | |||
in the next major release. Please [use libc++ instead](https://developer.android.com/ndk/guides/cpp-support#cs). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or just copy the warning text exactly, I like that.
No description provided.