Skip to content

Commit 022f6c5

Browse files
authored
Deprecate the STLPort support (#366)
Deprecate STLPort.
1 parent 59ba273 commit 022f6c5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/src/include/firebase/app.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ namespace internal {
5555
class AppInternal;
5656
} // namespace internal
5757

58+
#ifdef _STLPORT_VERSION
59+
#warning "Firebase support for STLPort is deprecated and will be removed in \
60+
the next major release. Please use libc++ instead."
61+
#endif
62+
5863
/// @brief Reports whether a Firebase module initialized successfully.
5964
enum InitResult {
6065
/// The given library was successfully initialized.

release_build_files/readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,11 @@ code.
573573

574574
### 7.2.0
575575
- Changes
576+
- General (Android): Firebase support for STLPort is deprecated and will
577+
be removed in the next major release. Please
578+
[use libc++ instead](https://developer.android.com/ndk/guides/cpp-support#cs).
576579
- General (iOS): iOS SDKs are now built using Xcode 12.
577-
- General (iOS): iOS SDKs are now providing XCFrameworks instead of
580+
- General (iOS): iOS SDKs are now providing XCFrameworks instead of
578581
Frameworks.
579582
- Database: Fixed a potential crash that can occur as a result of a race
580583
condidtion when adding, removing and deleting `ValueListener`s or

0 commit comments

Comments
 (0)