GUIDINGLI opened a new pull request, #14459:
URL: https://github.com/apache/nuttx/pull/14459

   ## Summary
   
   libcxx: fix compile error
   
                    from ServiceManager.cpp:17:
   
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:71:24:
 error: expected nested-name-specifier before numeric constant
      71 |     template <typename _U>
         |                        ^~
   
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:71:24:
 error: expected ‘>’ before numeric constant
   In file included from 
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/ConnectionInfo.h:3,
                    from 
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/IServiceManager.h:3,
                    from 
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/aidl/android/os/BnServiceManager.h:4:
   
/home/ligd/platform/dev/apps/external/android/frameworks/native/libs/binder/ndk/include_cpp/android/binder_to_string.h:72:56:
 error: no matching function for call to ‘declval<1>()’
      72 |     static auto _test(int) -> 
decltype(std::declval<_U>().toString(), std::true_type());
         |                                        ~~~~~~~~~~~~~~~~^~
   In file included from 
/home/ligd/platform/dev/nuttx/include/libcxx/__type_traits/is_convertible.h:18,
   
   ## Impact
   
   CI
   
   ## Testing
   
   CI
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to