Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01f93a9e authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder*: toString - support unique_ptr

Exists for @nullable(heap=true)

Bug: 259162245
Test: make AIDL RecursiveList when toString functions
  are a compilation requirement
Change-Id: I5d589d7501423b850758126e541074047cb99b4c
parent 56b182b2
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -113,6 +113,8 @@ class IsPointerLike {
#endif
                    IsInstantiationOf<_U, std::optional>::value ||    // for @nullable types in the
                                                                      // C++/NDK backends
                    IsInstantiationOf<_U, std::unique_ptr>::value ||  // for @nullable(heap=true)
                                                                      // in C++/NDK backends
                    IsInstantiationOf<_U, std::shared_ptr>::value,    // for interface types in the
                                                                      // NDK backends